summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/romfs_fs_sb.h
blob: 02da2280a6df76ab59a97e6da0518e02abd5f065 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ROMFS_FS_SB
#define __ROMFS_FS_SB

/* romfs superblock in-core data */

struct romfs_sb_info {
	unsigned long s_maxsize;
};

#endif