1 #ifndef __OPENRISC_VMLINUX_H_ 2 #define __OPENRISC_VMLINUX_H_ 3 4 #ifdef CONFIG_BLK_DEV_INITRD 5 extern char __initrd_start, __initrd_end; 6 #endif 7 8 extern u32 __dtb_start[]; 9 10 #endif 11
1 #ifndef __OPENRISC_VMLINUX_H_ 2 #define __OPENRISC_VMLINUX_H_ 3 4 #ifdef CONFIG_BLK_DEV_INITRD 5 extern char __initrd_start, __initrd_end; 6 #endif 7 8 extern u32 __dtb_start[]; 9 10 #endif 11