Ignore:
Timestamp:
Apr 14, 2011, 7:32:42 PM (14 years ago)
Author:
David Azarewicz
Message:

merge interrupt fixes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/include/dbgos2.h

    r548 r550  
    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.