Rev 501 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 501 | Rev 519 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __SKI_H__ |
29 | #ifndef __SKI_H__ |
30 | #define __SKI_H__ |
30 | #define __SKI_H__ |
31 | 31 | ||
- | 32 | #include <arch/types.h> |
|
- | 33 | ||
- | 34 | ||
32 | #define SKI_INIT_CONSOLE 20 |
35 | #define SKI_INIT_CONSOLE 20 |
- | 36 | #define SKI_GETCHAR 21 |
|
33 | #define SKI_PUTCHAR 31 |
37 | #define SKI_PUTCHAR 31 |
34 | 38 | ||
35 | extern void ski_init_console(void); |
39 | extern void ski_init_console(void); |
36 | extern void ski_putchar(const char ch); |
40 | extern void ski_putchar(const char ch); |
- | 41 | extern __s32 ski_getchar(void); |
|
37 | 42 | ||
38 | #endif |
43 | #endif |