cramfs_fs_sb.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

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