Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 577
Line 35... Line 35...
35
#define SKI_INIT_CONSOLE    20
35
#define SKI_INIT_CONSOLE    20
36
#define SKI_GETCHAR     21
36
#define SKI_GETCHAR     21
37
#define SKI_PUTCHAR     31
37
#define SKI_PUTCHAR     31
38
 
38
 
39
extern void ski_init_console(void);
39
extern void ski_init_console(void);
40
extern void ski_putchar(const char ch);
-
 
41
extern  __s32 ski_getchar(void);
40
extern void poll_keyboard(void);
42
   
41
   
43
#endif
42
#endif