Revision 322
correcting some problems
mouse.h | ||
---|---|---|
11 | 11 |
int (subscribe_mouse_interrupt)(uint8_t interrupt_bit, int *interrupt_id); |
12 | 12 |
|
13 | 13 |
//These have to do with mouse_ih |
14 |
int (mouse_get_got_error_mouse_ih)(void); |
|
15 |
const uint8_t* (mouse_get_packet_mouse_ih)(void); |
|
16 |
int (mouse_get_counter_mouse_ih)(void); |
|
17 |
|
|
14 | 18 |
int got_error_mouse_ih; |
15 | 19 |
uint8_t packet_mouse_ih[3]; |
16 | 20 |
int counter_mouse_ih; |
Also available in: Unified diff