"[PATCH] Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}" and
[mmotm.git] / 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