Rev 1528 | Rev 1555 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1528 | Rev 1552 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #define _GCONS_H_ |
30 | #define _GCONS_H_ |
| 31 | 31 | ||
| 32 | void gcons_init(int phone); |
32 | void gcons_init(int phone); |
| 33 | void gcons_change_console(int consnum); |
33 | void gcons_change_console(int consnum); |
| 34 | void gcons_notify_char(int consnum); |
34 | void gcons_notify_char(int consnum); |
| - | 35 | void gcons_in_kernel(void); |
|
| 35 | 36 | ||
| 36 | #endif |
37 | #endif |