URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [romfs_fs_i.h] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ROMFS_FS_I #define __ROMFS_FS_I /* inode in-kernel data */ struct romfs_inode_info { unsigned long i_metasize; /* size of non-data area */ unsigned long i_dataoffset; /* from the start of fs */ }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log