Rev 583 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 583 | Rev 1507 | ||
---|---|---|---|
Line 28... | Line 28... | ||
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> |
32 | #include <arch/types.h> |
- | 33 | #include <console/console.h> |
|
33 | 34 | ||
34 | #define SKI_INIT_CONSOLE 20 |
35 | #define SKI_INIT_CONSOLE 20 |
35 | #define SKI_GETCHAR 21 |
36 | #define SKI_GETCHAR 21 |
36 | #define SKI_PUTCHAR 31 |
37 | #define SKI_PUTCHAR 31 |
37 | 38 | ||
38 | extern void ski_init_console(void); |
39 | extern void ski_init_console(void); |
- | 40 | extern void ski_set_console_sysinfo(void); |
|
39 | extern void poll_keyboard(void); |
41 | extern void poll_keyboard(void); |
40 | 42 | ||
- | 43 | extern chardev_t ski_uconsole; |
|
- | 44 | extern int kbd_uspace; |
|
- | 45 | ||
41 | #endif |
46 | #endif |