Changeset 953b0f33 in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2006-05-01T13:19:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f27b4c
- Parents:
- cf26ba9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
rcf26ba9 r953b0f33 34 34 #include <arch/register.h> 35 35 36 #define IRQ_COUNT 1 /* TODO */ 37 36 38 /** External Interrupt vectors. */ 37 39 #define INTERRUPT_TIMER 0 … … 49 51 50 52 struct istate { 51 52 53 __r128 f2; 53 54 __r128 f3; … … 80 81 __r128 f30; 81 82 __r128 f31; 82 83 83 84 84 __address ar_bsp; 85 85 __address ar_bspstore;
Note:
See TracChangeset
for help on using the changeset viewer.