diff options
Diffstat (limited to 'include/asm-v850/sections.h')
-rw-r--r-- | include/asm-v850/sections.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-v850/sections.h b/include/asm-v850/sections.h new file mode 100644 index 00000000000..e0238253a0d --- /dev/null +++ b/include/asm-v850/sections.h @@ -0,0 +1,6 @@ +#ifndef __V850_SECTIONS_H__ +#define __V850_SECTIONS_H__ + +#include <asm-generic/sections.h> + +#endif /* __V850_SECTIONS_H__ */ |