Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1860
Line 34... Line 34...
34
 
34
 
35
#ifndef KERN_sparc64_CONSOLE_H_
35
#ifndef KERN_sparc64_CONSOLE_H_
36
#define KERN_sparc64_CONSOLE_H_
36
#define KERN_sparc64_CONSOLE_H_
37
 
37
 
38
extern void kkbdpoll(void *arg);
38
extern void kkbdpoll(void *arg);
39
extern void ofw_sparc64_console_init(void);
-
 
40
extern void standalone_sparc64_console_init(void);
39
extern void standalone_sparc64_console_init(void);
41
 
40
 
42
#endif
41
#endif
43
 
42
 
44
/** @}
43
/** @}