Changeset edebc15c in mainline for kernel/arch/mips32/src/drivers/msim.c
- Timestamp:
- 2008-07-27T03:50:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4541ae4
- Parents:
- 5e8ddf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/drivers/msim.c
r5e8ddf5 redebc15c 40 40 #include <console/console.h> 41 41 #include <sysinfo/sysinfo.h> 42 43 /** Address of devices. */44 #define MSIM_VIDEORAM 0xB000000045 #define MSIM_KBD_ADDRESS 0xB000000046 #define MSIM_KBD_IRQ 247 42 48 43 static chardev_t console;
Note:
See TracChangeset
for help on using the changeset viewer.