Subversion Repositories HelenOS-historic

Rev

Rev 1555 | Rev 1649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1555 Rev 1592
Line 32... Line 32...
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
void gcons_in_kernel(void);
36
void gcons_notify_connect(int consnum);
36
void gcons_notify_connect(int consnum);
-
 
37
void gcons_notify_disconnect(int consnum);
37
 
38
 
38
#endif
39
#endif