Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 4377 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef _GCONS_H_ |
35 | #ifndef _GCONS_H_ |
| 36 | #define _GCONS_H_ |
36 | #define _GCONS_H_ |
| 37 | 37 | ||
| 38 | void gcons_init(int phone); |
38 | void gcons_init(int phone); |
| - | 39 | void gcons_redraw_console(void); |
|
| 39 | void gcons_change_console(int consnum); |
40 | void gcons_change_console(int consnum); |
| 40 | void gcons_notify_char(int consnum); |
41 | void gcons_notify_char(int consnum); |
| 41 | void gcons_in_kernel(void); |
42 | void gcons_in_kernel(void); |
| 42 | void gcons_notify_connect(int consnum); |
43 | void gcons_notify_connect(int consnum); |
| 43 | void gcons_notify_disconnect(int consnum); |
44 | void gcons_notify_disconnect(int consnum); |