Subversion Repositories HelenOS-historic

Rev

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

Rev 606 Rev 1474
Line 35... Line 35...
35
/** Address of 'keyboard' device. */
35
/** Address of 'keyboard' device. */
36
#define MSIM_KBD_ADDRESS        0xB0000000
36
#define MSIM_KBD_ADDRESS        0xB0000000
37
#define MSIM_KBD_IRQ    2
37
#define MSIM_KBD_IRQ    2
38
 
38
 
39
void msim_console(void);
39
void msim_console(void);
-
 
40
void msim_kbd_release(void);
-
 
41
void msim_kbd_grab(void);
40
 
42
 
41
#endif
43
#endif