diff options
Diffstat (limited to 'include/asm-mips/sections.h')
-rw-r--r-- | include/asm-mips/sections.h | 8 |
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 00000000000..f7016278b26 --- /dev/null +++ b/include/asm-mips/sections.h @@ -0,0 +1,8 @@ +#ifndef _ASM_SECTIONS_H +#define _ASM_SECTIONS_H + +#include <asm-generic/sections.h> + +extern char _fdata; + +#endif /* _ASM_SECTIONS_H */ |