Changeset 68b5dd11 in mainline for uspace/lib/c
- Timestamp:
- 2015-10-20T10:08:15Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b598460a
- Parents:
- 44fe800
- Location:
- uspace/lib/c/include/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/types/label.h
r44fe800 r68b5dd11 58 58 } label_type_t; 59 59 60 #define LT_FIRST (lt_mbr)60 #define LT_FIRST lt_mbr 61 61 #define LT_LIMIT (lt_gpt + 1) 62 63 #define LT_DEFAULT lt_mbr 62 64 63 65 /** Partition kind */ -
uspace/lib/c/include/types/vol.h
r44fe800 r68b5dd11 56 56 57 57 #define VOL_FSTYPE_LIMIT (fs_ext4 + 1) 58 #define VOL_FSTYPE_DEFAULT fs_minix 58 59 59 60 /** Volume service */
Note:
See TracChangeset
for help on using the changeset viewer.