aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-m68k/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/linkage.h')
-rw-r--r--include/asm-m68k/linkage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-m68k/linkage.h b/include/asm-m68k/linkage.h
new file mode 100644
index 000000000000..5a822bb790f7
--- /dev/null
+++ b/include/asm-m68k/linkage.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_LINKAGE_H
+#define __ASM_LINKAGE_H
+
+#define __ALIGN .align 4
+#define __ALIGN_STR ".align 4"
+
+#endif