diff options
Diffstat (limited to 'arch/mips/include/asm/linkage.h')
-rw-r--r-- | arch/mips/include/asm/linkage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/include/asm/linkage.h b/arch/mips/include/asm/linkage.h new file mode 100644 index 000000000000..e9a940d1b0c6 --- /dev/null +++ b/arch/mips/include/asm/linkage.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef __ASM_LINKAGE_H | ||
2 | #define __ASM_LINKAGE_H | ||
3 | |||
4 | #ifdef __ASSEMBLY__ | ||
5 | #include <asm/asm.h> | ||
6 | #endif | ||
7 | |||
8 | #define __weak __attribute__((weak)) | ||
9 | |||
10 | #endif | ||