Changeset 550 for GPL/branches/uniaud32-2.1.x/include/dbgos2.h
- Timestamp:
- Apr 14, 2011, 7:32:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/dbgos2.h
r548 r550 27 27 28 28 typedef struct { 29 unsigned short usState;29 unsigned long ulState; 30 30 unsigned long ulIntServiced[4]; 31 31 unsigned long ulIntUnserviced[4]; … … 39 39 extern char *szprintBuf; 40 40 int _cdecl printk(const char * fmt, ...); 41 extern void DbgPrintIrq(void); 41 42 #ifdef __cplusplus 42 43 }
Note:
See TracChangeset
for help on using the changeset viewer.