Changeset 464 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/08/08 10:02:55 (5 months ago)
Author:
mwhitworth
Message:

Document IrqAdd.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/arch/i386/kernel/ints.c

    r417 r464  
    3030struct Thread* lastMathThread=NULL; 
    3131struct ListHead irqsHead[MAX_IRQS]; 
     32 
     33/* Add a interrupt service routine to the list of routines 
     34 * for that particular irq. 
     35 */ 
    3236 
    3337int IrqAdd(BYTE irq,Irq isr,void* data)