Changeset 2cf95e8 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-03-29T19:26:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3317724
- Parents:
- 77a2d77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r77a2d77 r2cf95e8 161 161 /*mfs_balloc.c*/ 162 162 extern int 163 mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t id); 163 mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t bid); 164 165 extern int 166 mfs_free_bit(struct mfs_instance *inst, uint32_t idx, bmap_id_t bid); 164 167 165 168 #endif
Note:
See TracChangeset
for help on using the changeset viewer.