GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / 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