Changeset 7688b5d in mainline for kernel/arch/mips32/include/drivers/msim.h
- Timestamp:
- 2006-10-18T09:54:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6fb30a1
- Parents:
- 19de05f
- File:
-
- 1 edited
-
kernel/arch/mips32/include/drivers/msim.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/drivers/msim.h
r19de05f r7688b5d 38 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 41 void msim_kbd_release(void); 47 42 void msim_kbd_grab(void);
Note:
See TracChangeset
for help on using the changeset viewer.
