Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / 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