Changeset 25d7709 in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
r45d6add r25d7709 30 30 #define __ia64_INTERRUPT_H__ 31 31 32 #include <typedefs.h> 32 33 #include <arch/types.h> 33 34 #include <arch/register.h> … … 47 48 #define EOI 0 /**< The actual value doesn't matter. */ 48 49 49 struct exception_regdump{50 struct istate { 50 51 __address ar_bsp; 51 52 __address ar_bspstore; … … 74 75 extern void *ivt; 75 76 76 extern void general_exception(__u64 vector, struct exception_regdump *pstate);77 extern int break_instruction(__u64 vector, struct exception_regdump *pstate);78 extern void universal_handler(__u64 vector, struct exception_regdump *pstate);79 extern void external_interrupt(__u64 vector, struct exception_regdump *pstate);77 extern void general_exception(__u64 vector, istate_t *istate); 78 extern int break_instruction(__u64 vector, istate_t *istate); 79 extern void universal_handler(__u64 vector, istate_t *istate); 80 extern void external_interrupt(__u64 vector, istate_t *istate); 80 81 81 82 #endif
Note:
See TracChangeset
for help on using the changeset viewer.