Changeset 99495b6 in mainline
- Timestamp:
- 2009-03-12T18:06:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b76e51d
- Parents:
- e2d97d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/drivers/msim.h
re2d97d7 r99495b6 27 27 */ 28 28 29 /** @addtogroup mips32 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 37 37 38 38 /** Address of devices. */ 39 #define MSIM_VIDEORAM 0x90000000 40 #define MSIM_KBD_ADDRESS 0x90000000 41 #define MSIM_KBD_IRQ 2 42 43 #include <console/chardev.h> 44 45 void msim_console(devno_t devno); 46 void msim_kbd_release(void); 47 void msim_kbd_grab(void); 39 #define MSIM_VIDEORAM 0x90000000 40 #define MSIM_KBD_ADDRESS 0x90000000 41 #define MSIM_KBD_IRQ 2 48 42 49 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.