Changeset 795 for Whitix/branches/fs/include/fs/super.h
- Timestamp:
- 07/13/08 20:52:42 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/include/fs/super.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/include/fs/super.h
r743 r795 55 55 /* General superblock functions */ 56 56 int (*writeSuper)(struct VfsSuperBlock* superBlock); 57 int (*freeSuper)(struct VfsSuperBlock* superBlock); 57 58 }; 58 59
