URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [linux/] [romfs_fs_sb.h] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ROMFS_FS_SB #define __ROMFS_FS_SB /* romfs superblock in-core data */ struct romfs_sb_info { unsigned long s_maxsize; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log