Subversion Repositories HelenOS-historic

Rev

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

Rev 1522 Rev 1528
Line 29... Line 29...
29
#ifndef _GCONS_H_
29
#ifndef _GCONS_H_
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
 
35
 
35
#endif
36
#endif