URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [linux/] [ext_fs_i.h] - Rev 1765
Compare with Previous | Blame | View Log
#ifndef _EXT_FS_I #define _EXT_FS_I /* * extended file system inode data in memory */ struct ext_inode_info { unsigned long i_data[16]; }; #endif