Rev 3022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3022 | Rev 4055 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 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 | /** Address of devices. */ |
|
| - | 39 | #define MSIM_VIDEORAM 0x90000000 |
|
| - | 40 | #define MSIM_KBD_ADDRESS 0x90000000 |
|
| - | 41 | #define MSIM_KBD_IRQ 2 |
|
| - | 42 | ||
| 38 | #include <console/chardev.h> |
43 | #include <console/chardev.h> |
| 39 | 44 | ||
| 40 | void msim_console(devno_t devno); |
45 | void msim_console(devno_t devno); |
| 41 | void msim_kbd_release(void); |
46 | void msim_kbd_release(void); |
| 42 | void msim_kbd_grab(void); |
47 | void msim_kbd_grab(void); |