Changeset 705b4149 in mainline for arch/mips32/include
- Timestamp:
- 2005-12-09T18:36:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 973be64e
- Parents:
- 939dfd7
- Location:
- arch/mips32/include
- Files:
-
- 2 edited
-
drivers/keyboard.h (modified) (1 diff)
-
interrupt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/drivers/keyboard.h
r939dfd7 r705b4149 34 34 35 35 /** Address of 'keyboard' device. */ 36 #define KEYBOARD_ADDRESS 0xB000000 436 #define KEYBOARD_ADDRESS 0xB0000000 37 37 38 38 extern void keyboard_init(void); -
arch/mips32/include/interrupt.h
r939dfd7 r705b4149 32 32 #include <arch/exception.h> 33 33 34 #define IRQ2 2 34 35 #define IRQ3 3 35 36 #define IRQ7 7 36 37 37 #define KEYBOARD_IRQ IRQ 338 #define KEYBOARD_IRQ IRQ2 38 39 #define TIMER_IRQ IRQ7 39 40
Note:
See TracChangeset
for help on using the changeset viewer.
