Changeset 85d32df7 in mainline for uspace/srv/fs/minixfs/mfs_const.h
- Timestamp:
- 2011-03-01T19:29:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77870e30
- Parents:
- a6e094f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_const.h
ra6e094f r85d32df7 37 37 #include <sys/types.h> 38 38 39 #define MFS_ROOT_INO 1 40 39 41 #define V2_NR_DIRECT_ZONES 7 40 42 #define V2_NR_INDIRECT_ZONES 3 43 44 #define V1_NR_DIRECT_ZONES 7 45 #define V1_NR_INDIRECT_ZONES 2 41 46 42 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.