Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / include / asm / linkage.h
diff --git a/kernel/arch/sh/include/asm/linkage.h b/kernel/arch/sh/include/asm/linkage.h
new file mode 100644 (file)
index 0000000..3565a4f
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __ASM_LINKAGE_H
+#define __ASM_LINKAGE_H
+
+#define __ALIGN .balign 4
+#define __ALIGN_STR ".balign 4"
+
+#endif