Changeset a7fdfe1 in mainline for arch/mips32/include/interrupt.h
- Timestamp:
- 2005-11-22T21:32:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2677758
- Parents:
- 1bdaa3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/interrupt.h
r1bdaa3f ra7fdfe1 32 32 #include <arch/exception.h> 33 33 34 #define TIMER_INTERRUPT 7 34 #define IRQ3 3 35 #define IRQ7 7 36 37 #define KEYBOARD_IRQ IRQ3 38 #define TIMER_IRQ IRQ7 35 39 36 40 extern void interrupt(struct exception_regdump *pstate);
Note:
See TracChangeset
for help on using the changeset viewer.