Rev 1649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1649 | Rev 1707 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | void gcons_change_console(int consnum); |
39 | void gcons_change_console(int consnum); |
| 40 | void gcons_notify_char(int consnum); |
40 | void gcons_notify_char(int consnum); |
| 41 | void gcons_in_kernel(void); |
41 | void gcons_in_kernel(void); |
| 42 | void gcons_notify_connect(int consnum); |
42 | void gcons_notify_connect(int consnum); |
| 43 | void gcons_notify_disconnect(int consnum); |
43 | void gcons_notify_disconnect(int consnum); |
| - | 44 | void gcons_mouse_move(int dx, int dy); |
|
| 44 | 45 | ||
| 45 | #endif |
46 | #endif |
| 46 | 47 | ||
| 47 | /** @} |
48 | /** @} |
| 48 | */ |
49 | */ |