Changeset 7688b5d in mainline for kernel/arch/mips32/include/drivers
- 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
- Location:
- kernel/arch/mips32/include/drivers
- Files:
-
- 2 edited
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); -
kernel/arch/mips32/include/drivers/serial.h
r19de05f r7688b5d 63 63 }serial_t; 64 64 65 void serial_console(void);66 int serial_init(void);65 extern void serial_console(devno_t devno); 66 extern int serial_init(void); 67 67 68 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.