Changeset 82650385 in mainline for uspace/srv/fs/minixfs/mfs_utils.h
- Timestamp:
- 2011-03-05T17:11:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3564cdd
- Parents:
- 939b7d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_utils.h
r939b7d2 r82650385 31 31 */ 32 32 33 #include "mfs_const.h" 33 #ifndef _MFS_UTILS_H_ 34 #define _MFS_UTILS_H_ 35 36 #include <sys/types.h> 37 #include <bool.h> 34 38 35 39 uint16_t conv16(bool native, uint16_t n); 36 40 uint32_t conv32(bool native, uint32_t n); 41 42 #endif 37 43 38 44 /**
Note:
See TracChangeset
for help on using the changeset viewer.