aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/sections.h')
-rw-r--r--include/asm-mips/sections.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-mips/sections.h b/include/asm-mips/sections.h
new file mode 100644
index 000000000000..f7016278b266
--- /dev/null
+++ b/include/asm-mips/sections.h
@@ -0,0 +1,8 @@
1#ifndef _ASM_SECTIONS_H
2#define _ASM_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
6extern char _fdata;
7
8#endif /* _ASM_SECTIONS_H */