Changeset f0f8787 in mainline for uspace/srv/volsrv/part.h


Ignore:
Timestamp:
2018-10-04T14:53:29Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c5429fe
Parents:
1bb43d5
git-author:
Jiri Svoboda <jiri@…> (2018-10-03 21:51:40)
git-committer:
Jiri Svoboda <jiri@…> (2018-10-04 14:53:29)
Message:

Add vol insert subcommand to re-insert a previously ejected volume.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/part.h

    r1bb43d5 rf0f8787  
    5555extern errno_t vol_part_eject_part(vol_part_t *);
    5656extern errno_t vol_part_empty_part(vol_part_t *);
     57extern errno_t vol_part_insert_part(vol_part_t *);
    5758extern errno_t vol_part_mkfs_part(vol_part_t *, vol_fstype_t, const char *,
    5859    const char *);
Note: See TracChangeset for help on using the changeset viewer.