Changeset b82985e in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2018-10-12T13:16:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d09eeb2
Parents:
6d00aff
Message:

Inserting volume by path.

Location:
uspace/lib/c/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vol.h

    r6d00aff rb82985e  
    4646        VOL_PART_EMPTY,
    4747        VOL_PART_INSERT,
     48        VOL_PART_INSERT_BY_PATH,
    4849        VOL_PART_LSUPP,
    4950        VOL_PART_MKFS,
  • uspace/lib/c/include/vol.h

    r6d00aff rb82985e  
    5151extern errno_t vol_part_empty(vol_t *, service_id_t);
    5252extern errno_t vol_part_insert(vol_t *, service_id_t);
     53extern errno_t vol_part_insert_by_path(vol_t *, const char *);
    5354extern errno_t vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *);
    5455extern 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.