URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [iso_fs_i.h] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ISO_FS_I #define _ISO_FS_I /* * iso fs inode data in memory */ struct iso_inode_info { unsigned int i_first_extent; unsigned int i_backlink; unsigned char i_file_format; unsigned long i_next_section_ino; off_t i_section_size; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log