Ignore:
Timestamp:
Jul 15, 2014, 12:38:08 AM (11 years ago)
Author:
David Azarewicz
Message:

cleanup continued

Location:
GPL/branches/DAZ/include
Files:
71 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/DAZ/include/DEVTYPE.H

    r32 r584  
    102102  WORD16      Count;          // Count of bytes in queue
    103103  };
    104 template <int s> struct QUEUE : public QBASE
    105   {
    106   BYTE        Buffer[s];      // Queue buffer
    107   };
     104//template <int s> struct QUEUE : public QBASE
     105//  {
     106//  BYTE        Buffer[s];      // Queue buffer
     107//  };
    108108
    109109// Inter device driver communication structure
  • GPL/branches/DAZ/include/linux/compiler-gcc3.h

    r442 r584  
    66#define inline __inline
    77#define INLINE inline
    8 #define __attribute__
     8#define __attribute__(a)
    99
    1010#if __GNUC_MINOR__ >= 1  && __GNUC_MINOR__ < 4
Note: See TracChangeset for help on using the changeset viewer.