Rev 4070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4070 | Rev 4329 | ||
|---|---|---|---|
| Line 118... | Line 118... | ||
| 118 | } |
118 | } |
| 119 | 119 | ||
| 120 | return 0; |
120 | return 0; |
| 121 | } |
121 | } |
| 122 | 122 | ||
| - | 123 | void kbd_port_yield(void) |
|
| - | 124 | { |
|
| - | 125 | } |
|
| - | 126 | ||
| - | 127 | void kbd_port_reclaim(void) |
|
| - | 128 | { |
|
| - | 129 | } |
|
| - | 130 | ||
| 123 | /** |
131 | /** |
| 124 | * Handler of the "key pressed" event. Reads codes of all the pressed keys from |
132 | * Handler of the "key pressed" event. Reads codes of all the pressed keys from |
| 125 | * the buffer. |
133 | * the buffer. |
| 126 | */ |
134 | */ |
| 127 | static void sgcn_key_pressed(void) |
135 | static void sgcn_key_pressed(void) |