devutil.h 143 B

1234567891011
  1. #ifndef __GBLIBC_DEVUTIL_H_
  2. #define __GBLIBC_DEVUTIL_H_
  3. #ifdef __i386__
  4. #define __GBLIBC__X86_SYSTEM_
  5. #define __32bit_system
  6. #endif
  7. #endif