Blame view

fs/befs/super.h 134 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
  /*
   * super.h
   */
  
  int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);
  
  int befs_check_sb(struct super_block *sb);