Changeset 06e1e95 in mainline for kernel/arch/mips32/include/drivers/msim.h
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/drivers/msim.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _MSIM_H_36 #define _MSIM_H_35 #ifndef KERN_mips32_MSIM_H_ 36 #define KERN_mips32_MSIM_H_ 37 37 38 38 #include <console/chardev.h> 39 39 40 #define MSIM_VIDEORAM 0xB000000040 #define MSIM_VIDEORAM 0xB0000000 41 41 /** Address of 'keyboard' device. */ 42 42 #define MSIM_KBD_ADDRESS 0xB0000000 … … 49 49 #endif 50 50 51 51 /** @} 52 52 */ 53
Note:
See TracChangeset
for help on using the changeset viewer.