Changeset b82985e in mainline for uspace/lib/c/include
- Timestamp:
- 2018-10-12T13:16:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d09eeb2
- Parents:
- 6d00aff
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vol.h
r6d00aff rb82985e 46 46 VOL_PART_EMPTY, 47 47 VOL_PART_INSERT, 48 VOL_PART_INSERT_BY_PATH, 48 49 VOL_PART_LSUPP, 49 50 VOL_PART_MKFS, -
uspace/lib/c/include/vol.h
r6d00aff rb82985e 51 51 extern errno_t vol_part_empty(vol_t *, service_id_t); 52 52 extern errno_t vol_part_insert(vol_t *, service_id_t); 53 extern errno_t vol_part_insert_by_path(vol_t *, const char *); 53 54 extern errno_t vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *); 54 55 extern errno_t vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *,
Note:
See TracChangeset
for help on using the changeset viewer.