Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

compiler.h 263B

12345678910111213141516
  1. #ifndef _BITS_COMPILER_H
  2. #define _BITS_COMPILER_H
  3. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  4. /** Dummy relocation type */
  5. #define RELOC_TYPE_NONE R_ARM_NONE
  6. #ifndef ASSEMBLY
  7. #define __asmcall
  8. #define __libgcc
  9. #endif /* ASSEMBLY */
  10. #endif /*_BITS_COMPILER_H */