more changes on original files
[linux-2.4.git] / include / linux / romfs_fs_sb.h
1 #ifndef __ROMFS_FS_SB
2 #define __ROMFS_FS_SB
3
4 /* romfs superblock in-core data */
5
6 struct romfs_sb_info {
7         unsigned long s_maxsize;
8 };
9
10 #endif