Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-mips / linkage.h
blobe9a940d1b0c6ff7ced02110a31ded281d29b1f61
1 #ifndef __ASM_LINKAGE_H
2 #define __ASM_LINKAGE_H
4 #ifdef __ASSEMBLY__
5 #include <asm/asm.h>
6 #endif
8 #define __weak __attribute__((weak))
10 #endif