linkage.h 143 B

12345678910
  1. #ifndef __ASM_LINKAGE_H
  2. #define __ASM_LINKAGE_H
  3. #ifdef __ASSEMBLY__
  4. #include <asm/asm.h>
  5. #endif
  6. #define __weak __attribute__((weak))
  7. #endif