Rev 4419 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4419 | Rev 4420 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | #ifndef KBD_PORT_H_ |
37 | #ifndef KBD_PORT_H_ |
38 | #define KBD_PORT_H_ |
38 | #define KBD_PORT_H_ |
39 | 39 | ||
40 | extern int kbd_port_init(void); |
40 | extern int kbd_port_init(void); |
- | 41 | extern void kbd_port_yield(void); |
|
- | 42 | extern void kbd_port_reclaim(void); |
|
41 | 43 | ||
42 | #endif |
44 | #endif |
43 | 45 | ||
44 | /** |
46 | /** |
45 | * @} |
47 | * @} |