Project

General

Profile

Revision 57

working

View differences:

mouse_func.h
12 12
 */
13 13
int (subscribe_mouse_interrupt)(uint8_t interrupt_bit, int *interrupt_id);
14 14

  
15
/**
16
 * @brief Unsubcribes Interrupts
17
 * @param interrupt_id Interrupt ID, value via arguments on subscription of the interrupt_id
18
 * @see subscribe_kbc_interrupt, subscribe_timer_interrupt
19
 * @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
20
 * @see {_ERRORS_H_::errors}
21
 */
22
int (unsubscribe_interrupt)(int *interrupt_id);
23

  
24 15
struct packet (mouse_parse_packet)(const uint8_t *packet_bytes);
25 16

  
26 17
#endif /* end of include guard: _MOUSE_FUNC_H_ */

Also available in: Unified diff