Changeset 2004 for Whitix/trunk

Show
Ignore:
Timestamp:
04/02/09 21:10:52 (3 years ago)
Author:
mwhitworth
Message:

Add RESULT_CHECK define to IrqAdd, to remind others that the return value needs to be checked.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/i386/irq.h

    r1876 r2004  
    3838}; 
    3939 
    40 int IrqAdd(BYTE irq,Irq isr,void* data); 
     40int IrqAdd(BYTE irq,Irq isr,void* data) RESULT_CHECK; 
    4141int IrqAddEntry(BYTE irq, struct IrqEntry* entry); 
    4242