Rev 1707 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1707 | Rev 1717 | ||
---|---|---|---|
Line 40... | Line 40... | ||
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 | void gcons_mouse_move(int dx, int dy); |
- | 45 | int gcons_mouse_btn(int state); |
|
45 | 46 | ||
46 | #endif |
47 | #endif |
47 | 48 | ||
48 | /** @} |
49 | /** @} |
49 | */ |
50 | */ |