Rev 893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 893 | Rev 895 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | #ifndef __sparc64_CONSOLE_H__ |
29 | #ifndef __sparc64_CONSOLE_H__ |
30 | #define __sparc64_CONSOLE_H__ |
30 | #define __sparc64_CONSOLE_H__ |
31 | 31 | ||
32 | extern void kofwinput(void *arg); |
32 | extern void kofwinput(void *arg); |
- | 33 | extern void kkbdpoll(void *arg); |
|
33 | extern void ofw_sparc64_console_init(void); |
34 | extern void ofw_sparc64_console_init(void); |
34 | extern void standalone_sparc64_console_init(void); |
35 | extern void standalone_sparc64_console_init(void); |
35 | 36 | ||
36 | #endif |
37 | #endif |