Changeset 44fe800 in mainline for uspace/srv/volsrv/part.h


Ignore:
Timestamp:
2015-10-17T21:50:38Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68b5dd11
Parents:
ea0ff6b
Message:

Create file system when creating partition.

File:
1 edited

Legend:

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

    rea0ff6b r44fe800  
    4949extern int vol_part_find_by_id(service_id_t, vol_part_t **);
    5050extern int vol_part_empty_part(vol_part_t *);
     51extern int vol_part_mkfs_part(vol_part_t *, vol_fstype_t);
    5152extern int vol_part_get_info(vol_part_t *, vol_part_info_t *);
    5253
Note: See TracChangeset for help on using the changeset viewer.