Changeset f57ccb5 in mainline for uspace/lib/c/include/vbd.h
- Timestamp:
- 2015-08-11T16:03:59Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0bde8523
- Parents:
- 1b23e33
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vbd.h
r1b23e33 rf57ccb5 74 74 label_pkind_t pkind; 75 75 /** Partition type */ 76 uint64_t ptype;76 label_ptype_t ptype; 77 77 } vbd_part_spec_t; 78 78 … … 105 105 extern int vbd_part_delete(vbd_t *, vbd_part_id_t); 106 106 extern void vbd_pspec_init(vbd_part_spec_t *); 107 extern int vbd_suggest_ptype(vbd_t *, service_id_t, label_pcnt_t, 108 label_ptype_t *); 107 109 108 110 #endif
Note:
See TracChangeset
for help on using the changeset viewer.