summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-03-10 09:47:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-17 11:55:30 +0100
commit68db128b5f4403175edc98a22cccdc27d5dc0db4 (patch)
tree78408ed5652e1041eba7cb7768e9913221f867f2 /arch/mips
parentf6d268dc140f0052b3bf7277c3701f4e4f00abba (diff)
downloadbarebox-68db128b5f4403175edc98a22cccdc27d5dc0db4.tar.gz
barebox-68db128b5f4403175edc98a22cccdc27d5dc0db4.tar.xz
mips: Add linkage.h
Taken from Linux Kernel with unnecessary bits removed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/linkage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/include/asm/linkage.h b/arch/mips/include/asm/linkage.h
new file mode 100644
index 0000000000..14835f5139
--- /dev/null
+++ b/arch/mips/include/asm/linkage.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __ASM_LINKAGE_H
+#define __ASM_LINKAGE_H
+
+#ifdef __ASSEMBLY__
+#include <asm/asm.h>
+#endif
+
+#endif