Changeset 9c2c7d2 in mainline for uspace/lib/fdisk/include
- Timestamp:
- 2017-07-06T15:52:15Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cd1eb9a
- Parents:
- d858a660
- Location:
- uspace/lib/fdisk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/include/fdisk.h
rd858a660 r9c2c7d2 39 39 #include <loc.h> 40 40 #include <types/fdisk.h> 41 #include <types/vol.h> 41 42 42 43 extern int fdisk_create(fdisk_t **); … … 81 82 extern int fdisk_pkind_format(label_pkind_t, char **); 82 83 84 extern int fdisk_get_vollabel_support(fdisk_dev_t *, vol_fstype_t, 85 vol_label_supp_t *); 86 83 87 #endif 84 88 -
uspace/lib/fdisk/include/types/fdisk.h
rd858a660 r9c2c7d2 43 43 #include <types/vol.h> 44 44 #include <vbd.h> 45 #include <vol.h>46 45 47 46 /** Capacity unit */ … … 199 198 /** File system type */ 200 199 vol_fstype_t fstype; 200 /** Volume label */ 201 char *label; 201 202 } fdisk_part_spec_t; 202 203
Note:
See TracChangeset
for help on using the changeset viewer.