Changeset 63 for GPL/trunk/drv32/irq.h


Ignore:
Timestamp:
Jan 3, 2006, 11:33:10 PM (20 years ago)
Author:
vladest
Message:

(Patches by Ruediger Ihle)
Support for IRQs > 15
Fixed resource manager registration
Fixed crash on APM suspend/resume and system shutdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/irq.h

    r34 r63  
    2525#define __IRQ_H__
    2626
    27 //#define NUM_IRQLEVELS         16
    28 #define NUM_IRQLEVELS           256 //ACPI
    29 
     27extern "C" FARPTR16 ISR00;
     28extern "C" FARPTR16 ISR01;
     29extern "C" FARPTR16 ISR02;
    3030extern "C" FARPTR16 ISR03;
    3131extern "C" FARPTR16 ISR04;
    3232extern "C" FARPTR16 ISR05;
     33extern "C" FARPTR16 ISR06;
    3334extern "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;
    4135
    4236#endif //__IRQ_H__
Note: See TracChangeset for help on using the changeset viewer.