Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1936 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef KERN_mips32_MSIM_H_ |
35 | #ifndef KERN_mips32_MSIM_H_ |
| 36 | #define KERN_mips32_MSIM_H_ |
36 | #define KERN_mips32_MSIM_H_ |
| 37 | 37 | ||
| 38 | #include <console/chardev.h> |
38 | #include <console/chardev.h> |
| 39 | 39 | ||
| 40 | #define MSIM_VIDEORAM 0xB0000000 |
- | |
| 41 | /** Address of 'keyboard' device. */ |
- | |
| 42 | #define MSIM_KBD_ADDRESS 0xB0000000 |
- | |
| 43 | #define MSIM_KBD_IRQ 2 |
- | |
| 44 | - | ||
| 45 | void msim_console(void); |
40 | void msim_console(devno_t devno); |
| 46 | void msim_kbd_release(void); |
41 | void msim_kbd_release(void); |
| 47 | void msim_kbd_grab(void); |
42 | void msim_kbd_grab(void); |
| 48 | 43 | ||
| 49 | #endif |
44 | #endif |
| 50 | 45 | ||