Changeset 88be951e in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-07-26T19:09:01Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2a18234
Parents:
18eb736
Message:

Remove the mfs_utils.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r18eb736 r88be951e  
    238238mfs_free_zone(struct mfs_instance *inst, uint32_t zone);
    239239
     240/*mfs_utils.c*/
     241extern uint16_t
     242conv16(bool native, uint16_t n);
     243
     244extern uint32_t
     245conv32(bool native, uint32_t n);
     246
     247extern uint64_t
     248conv64(bool native, uint64_t n);
     249
    240250#endif
    241251
Note: See TracChangeset for help on using the changeset viewer.