Changeset b7a4d06 in mainline for uspace/lib/fdisk/include/types/fdisk.h
- Timestamp:
- 2015-07-18T12:55:12Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c43db5f
- Parents:
- 70815a24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/include/types/fdisk.h
r70815a24 rb7a4d06 119 119 /** Label type */ 120 120 label_type_t ltype; 121 /** Label flags */ 122 label_flags_t flags; 121 123 } fdisk_label_info_t; 122 124 … … 131 133 /** Capacity */ 132 134 fdisk_cap_t capacity; 135 /** Partition kind */ 136 label_pkind_t pkind; 133 137 /** File system type */ 134 138 fdisk_fstype_t fstype; … … 147 151 /** Desired capacity */ 148 152 fdisk_cap_t capacity; 153 /** Partition kind */ 154 label_pkind_t pkind; 149 155 /** File system type */ 150 156 fdisk_fstype_t fstype; … … 153 159 /** Partition info */ 154 160 typedef struct { 161 /** Capacity */ 155 162 fdisk_cap_t capacity; 163 /** Partition kind */ 164 label_pkind_t pkind; 156 165 /** File system type */ 157 166 fdisk_fstype_t fstype;
Note:
See TracChangeset
for help on using the changeset viewer.