aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/linkage.h
blob: e9a940d1b0c6ff7ced02110a31ded281d29b1f61 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#ifdef __ASSEMBLY__
#include <asm/asm.h>
#endif

#define __weak __attribute__((weak))

#endif