Rev 577 | Rev 1507 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 577 | Rev 583 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __SKI_H__ |
29 | #ifndef __SKI_H__ |
| 30 | #define __SKI_H__ |
30 | #define __SKI_H__ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| 33 | 33 | ||
| 34 | - | ||
| 35 | #define SKI_INIT_CONSOLE 20 |
34 | #define SKI_INIT_CONSOLE 20 |
| 36 | #define SKI_GETCHAR 21 |
35 | #define SKI_GETCHAR 21 |
| 37 | #define SKI_PUTCHAR 31 |
36 | #define SKI_PUTCHAR 31 |
| 38 | 37 | ||
| 39 | extern void ski_init_console(void); |
38 | extern void ski_init_console(void); |
| 40 | extern void poll_keyboard(void); |
39 | extern void poll_keyboard(void); |
| 41 | 40 | ||
| 42 | #endif |
41 | #endif |