Changeset 584 for GPL/branches/DAZ/include
- Timestamp:
- Jul 15, 2014, 12:38:08 AM (11 years ago)
- Location:
- GPL/branches/DAZ/include
- Files:
-
- 71 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/DAZ/include/DEVTYPE.H
r32 r584 102 102 WORD16 Count; // Count of bytes in queue 103 103 }; 104 template <int s> struct QUEUE : public QBASE105 {106 BYTE Buffer[s]; // Queue buffer107 };104 //template <int s> struct QUEUE : public QBASE 105 // { 106 // BYTE Buffer[s]; // Queue buffer 107 // }; 108 108 109 109 // Inter device driver communication structure -
GPL/branches/DAZ/include/linux/compiler-gcc3.h
r442 r584 6 6 #define inline __inline 7 7 #define INLINE inline 8 #define __attribute__ 8 #define __attribute__(a) 9 9 10 10 #if __GNUC_MINOR__ >= 1 && __GNUC_MINOR__ < 4
Note:
See TracChangeset
for help on using the changeset viewer.