cramfs_fs_sb.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _CRAMFS_FS_SB
  2. #define _CRAMFS_FS_SB
  3. /*
  4.  * cramfs super-block data in memory
  5.  */
  6. struct cramfs_sb_info {
  7. unsigned long magic;
  8. unsigned long size;
  9. unsigned long blocks;
  10. unsigned long files;
  11. unsigned long flags;
  12. };
  13. #endif