nfs: move nfs_file_operations declaration to bottom of file.c (try #2)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / openrisc / kernel / vmlinux.h
blobee842a2d3f362562e5ad753007f11d1358ed13bb
1 #ifndef __OPENRISC_VMLINUX_H_
2 #define __OPENRISC_VMLINUX_H_
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
10 extern u32 __dtb_start[];
12 #endif