Ignore:
Timestamp:
Apr 13, 2011, 7:59:35 PM (14 years ago)
Author:
David Azarewicz
Message:

Fixes for changin interrupts in APIC mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/dbgos2.h

    r547 r549  
    2727
    2828typedef struct {
    29         unsigned short usState;
     29        unsigned long ulState;
    3030        unsigned long ulIntServiced[4];
    3131        unsigned long ulIntUnserviced[4];
     
    3939extern char *szprintBuf;
    4040int _cdecl printk(const char * fmt, ...);
     41extern void DbgPrintIrq(void);
    4142#ifdef __cplusplus
    4243}
Note: See TracChangeset for help on using the changeset viewer.