Changeset 28ed0d9 in mainline for uspace/lib/c/include/ipc/vbd.h


Ignore:
Timestamp:
2015-06-27T19:50:12Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78d50bd
Parents:
22fb7ab
Message:

VBD client API, liblabel API, pass partition creation/deletion through to VBD.

File:
1 edited

Legend:

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

    r22fb7ab r28ed0d9  
    4141        VBD_DISK_INFO,
    4242        VBD_LABEL_CREATE,
    43         VBD_LABEL_DELETE
     43        VBD_LABEL_DELETE,
     44        VBD_LABEL_GET_PARTS,
     45        VBD_PART_GET_INFO,
     46        VBD_PART_CREATE,
     47        VBD_PART_DELETE,
    4448} vbd_request_t;
    4549
Note: See TracChangeset for help on using the changeset viewer.