Files
linux-apfs/arch/mips/include/asm/linkage.h
T

11 lines
143 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#ifdef __ASSEMBLY__
#include <asm/asm.h>
#endif
2005-04-16 15:20:36 -07:00
#define __weak __attribute__((weak))
2005-04-16 15:20:36 -07:00
#endif