Changeset 88be951e in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-07-26T19:09:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2a18234
- Parents:
- 18eb736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r18eb736 r88be951e 238 238 mfs_free_zone(struct mfs_instance *inst, uint32_t zone); 239 239 240 /*mfs_utils.c*/ 241 extern uint16_t 242 conv16(bool native, uint16_t n); 243 244 extern uint32_t 245 conv32(bool native, uint32_t n); 246 247 extern uint64_t 248 conv64(bool native, uint64_t n); 249 240 250 #endif 241 251
Note:
See TracChangeset
for help on using the changeset viewer.