Changeset 78d50bd in mainline for uspace/srv/bd/vbd/disk.h


Ignore:
Timestamp:
2015-06-29T18:47:07Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3faa03d
Parents:
28ed0d9
Message:

Implement partition block device interface in VBD based on data from liblabel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/disk.h

    r28ed0d9 r78d50bd  
    5050extern int vbds_part_create(service_id_t, vbds_part_id_t *);
    5151extern int vbds_part_delete(vbds_part_id_t);
     52extern void vbds_bd_conn(ipc_callid_t, ipc_call_t *, void *);
    5253
    5354#endif
Note: See TracChangeset for help on using the changeset viewer.