summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-01-17 10:30:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-17 11:04:24 +0100
commit92c1c6cfb1dc6cc310c32f4c82becd0518b4d823 (patch)
tree8d50c93ead3d774f6bc875096c75f0e28efbda48 /arch/sandbox/include
parent5a707d6ad87399d0af56e250b4c8e0466009d5d3 (diff)
downloadbarebox-92c1c6cfb1dc6cc310c32f4c82becd0518b4d823.tar.gz
barebox-92c1c6cfb1dc6cc310c32f4c82becd0518b4d823.tar.xz
add sections.h header file
The file location and variable names from the Linux Kernel have been used here. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/include')
-rw-r--r--arch/sandbox/include/asm/sections.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h
new file mode 100644
index 0000000000..2b8c516038
--- /dev/null
+++ b/arch/sandbox/include/asm/sections.h
@@ -0,0 +1 @@
+#include <asm-generic/sections.h>