Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
vmlinux.h
Go to the documentation of this file.
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