Changeset 549 for GPL/trunk/include/dbgos2.h
- Timestamp:
- Apr 13, 2011, 7:59:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r547 r549 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.