aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/section-names.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/section-names.h')
-rw-r--r--include/linux/section-names.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/section-names.h b/include/linux/section-names.h
new file mode 100644
index 000000000000..c956f4eb2adf
--- /dev/null
+++ b/include/linux/section-names.h
@@ -0,0 +1,6 @@
+#ifndef __LINUX_SECTION_NAMES_H
+#define __LINUX_SECTION_NAMES_H
+
+#define HEAD_TEXT_SECTION .head.text
+
+#endif /* !__LINUX_SECTION_NAMES_H */