]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - arch/um/include/asm/sections.h
um: Create asm/sections.h
[thirdparty/kernel/linux.git] / arch / um / include / asm / sections.h
diff --git a/arch/um/include/asm/sections.h b/arch/um/include/asm/sections.h
new file mode 100644 (file)
index 0000000..3a6ebcc
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __UM_SECTIONS_H
+#define __UM_SECTIONS_H
+
+#include <asm-generic/sections.h>
+
+extern char __binary_start;
+extern int __syscall_stub_start, __syscall_stub_end;
+
+#endif