Changeset 464 for Whitix/branches/hybrid
- Timestamp:
- 05/08/08 10:02:55 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/arch/i386/kernel/ints.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/arch/i386/kernel/ints.c
r417 r464 30 30 struct Thread* lastMathThread=NULL; 31 31 struct ListHead irqsHead[MAX_IRQS]; 32 33 /* Add a interrupt service routine to the list of routines 34 * for that particular irq. 35 */ 32 36 33 37 int IrqAdd(BYTE irq,Irq isr,void* data)
