Changeset 63 for GPL/trunk/drv32/irq.h
- Timestamp:
- Jan 3, 2006, 11:33:10 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/irq.h
r34 r63 25 25 #define __IRQ_H__ 26 26 27 //#define NUM_IRQLEVELS 16 28 #define NUM_IRQLEVELS 256 //ACPI 29 27 extern "C" FARPTR16 ISR00; 28 extern "C" FARPTR16 ISR01; 29 extern "C" FARPTR16 ISR02; 30 30 extern "C" FARPTR16 ISR03; 31 31 extern "C" FARPTR16 ISR04; 32 32 extern "C" FARPTR16 ISR05; 33 extern "C" FARPTR16 ISR06; 33 34 extern "C" FARPTR16 ISR07; 34 extern "C" FARPTR16 ISR09;35 extern "C" FARPTR16 ISR10;36 extern "C" FARPTR16 ISR11;37 extern "C" FARPTR16 ISR12;38 extern "C" FARPTR16 ISR13;39 extern "C" FARPTR16 ISR14;40 extern "C" FARPTR16 ISR15;41 35 42 36 #endif //__IRQ_H__
Note:
See TracChangeset
for help on using the changeset viewer.