/arch/m32r/include/asm/linkage.h

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · C++ Header · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · c26d551ea2abe61009c2485d57ee1d28 MD5 · raw file

  1. #ifndef __ASM_LINKAGE_H
  2. #define __ASM_LINKAGE_H
  3. #define __ALIGN .balign 4
  4. #define __ALIGN_STR ".balign 4"
  5. #endif /* __ASM_LINKAGE_H */