Changeset 547 for GPL/trunk/include/dbgos2.h
- Timestamp:
- Mar 16, 2011, 10:31:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r521 r547 25 25 #ifndef __COMMDBG_H__ 26 26 #define __COMMDBG_H__ 27 28 typedef struct { 29 unsigned short usState; 30 unsigned long ulIntServiced[4]; 31 unsigned long ulIntUnserviced[4]; 32 } DBGINT; 27 33 28 34 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.