diff options
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 00000000000..ee842a2d3f3 --- /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 | ||