Changeset 3156582 in mainline for arch/mips/include/interrupt.h
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/interrupt.h
r8491c48 r3156582 30 30 #define __INTERRUPT_H__ 31 31 32 #include <arch/exception.h> 33 32 34 #define TIMER_INTERRUPT 7 33 35 34 extern void interrupt( void);36 extern void interrupt(struct exception_regdump *pstate); 35 37 36 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.