Mouse type now configurable
This commit is contained in:
parent
d9fe1a30d7
commit
09dbd1dd65
21 changed files with 494 additions and 238 deletions
|
|
@ -18,7 +18,8 @@ typedef struct
|
|||
|
||||
int irq;
|
||||
|
||||
void (*rcr_callback)(void *p);
|
||||
void (*rcr_callback)(struct SERIAL *serial, void *p);
|
||||
void *rcr_callback_p;
|
||||
uint8_t fifo[256];
|
||||
int fifo_read, fifo_write;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue