Subversion Repositories HelenOS-historic

Rev

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

Rev 575 Rev 606
Line 34... Line 34...
34
#define MSIM_VIDEORAM            0xB0000000
34
#define MSIM_VIDEORAM            0xB0000000
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
chardev_t * msim_console(void);
39
void msim_console(void);
40
 
40
 
41
#endif
41
#endif