Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 4346
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_ia64_SKI_H_
35
#ifndef KERN_ia64_SKI_H_
36
#define KERN_ia64_SKI_H_
36
#define KERN_ia64_SKI_H_
37
 
37
 
38
#include <arch/types.h>
-
 
39
#include <console/console.h>
38
#include <console/chardev.h>
40
 
39
 
41
#define SKI_INIT_CONSOLE    20
40
#define SKI_INIT_CONSOLE    20
42
#define SKI_GETCHAR     21
41
#define SKI_GETCHAR     21
43
#define SKI_PUTCHAR     31
42
#define SKI_PUTCHAR     31
44
 
43
 
45
extern chardev_t ski_uconsole;
44
extern indev_t *skiin_init(void);
46
 
-
 
47
extern void ski_init_console(void);
45
extern void skiout_init(void);
48
 
-
 
49
extern void ski_kbd_grab(void);
46
extern void ski_kbd_grab(void);
50
extern void ski_kbd_release(void);
47
extern void ski_kbd_release(void);
51
 
48
 
52
extern void kkbdpoll(void *arg);
-
 
53
 
-
 
54
#endif
49
#endif
55
 
50
 
56
/** @}
51
/** @}
57
 */
52
 */