]> Pileus Git - ~andy/linux/blob - arch/openrisc/kernel/vmlinux.h
Merge tag 'v3.5-rc1'
[~andy/linux] / arch / openrisc / kernel / vmlinux.h
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