Changeset f57ccb5 in mainline for uspace/lib/c/include/vbd.h


Ignore:
Timestamp:
2015-08-11T16:03:59Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0bde8523
Parents:
1b23e33
Message:

Set partition type based on selected filesystem type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vbd.h

    r1b23e33 rf57ccb5  
    7474        label_pkind_t pkind;
    7575        /** Partition type */
    76         uint64_t ptype;
     76        label_ptype_t ptype;
    7777} vbd_part_spec_t;
    7878
     
    105105extern int vbd_part_delete(vbd_t *, vbd_part_id_t);
    106106extern void vbd_pspec_init(vbd_part_spec_t *);
     107extern int vbd_suggest_ptype(vbd_t *, service_id_t, label_pcnt_t,
     108    label_ptype_t *);
    107109
    108110#endif
Note: See TracChangeset for help on using the changeset viewer.