diff options
author | Jonas Bonn <jonas@southpole.se> | 2011-06-04 15:43:49 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2011-07-22 12:46:39 -0400 |
commit | 58e0166a4772aaeb10c9b0f6d59f19099d2047df (patch) | |
tree | 9b4407ee02d1364a98ddb1604143444ff2bf7631 /arch/openrisc/kernel | |
parent | 769a8a96229e6b2f1e3a2b3b38e27981f7fb9902 (diff) |
OpenRISC: Headers
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/openrisc/kernel')
-rw-r--r-- | arch/openrisc/kernel/vmlinux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/openrisc/kernel/vmlinux.h b/arch/openrisc/kernel/vmlinux.h new file mode 100644 index 000000000000..ee842a2d3f36 --- /dev/null +++ b/arch/openrisc/kernel/vmlinux.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __OPENRISC_VMLINUX_H_ | ||
2 | #define __OPENRISC_VMLINUX_H_ | ||
3 | |||
4 | extern char _stext, _etext, _edata, _end; | ||
5 | #ifdef CONFIG_BLK_DEV_INITRD | ||
6 | extern char __initrd_start, __initrd_end; | ||
7 | extern char __initramfs_start; | ||
8 | #endif | ||
9 | |||
10 | extern u32 __dtb_start[]; | ||
11 | |||
12 | #endif | ||