Changeset 6bc542b in mainline for uspace/lib/c/include/vbd.h
- Timestamp:
- 2015-07-02T21:53:12Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99c23405
- Parents:
- 6a0d4ce2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vbd.h
r6a0d4ce2 r6bc542b 59 59 } vbd_disk_info_t; 60 60 61 /** Specification of new partition */ 61 62 typedef struct { 63 /** Partition index */ 64 int index; 65 /** First block */ 66 aoff64_t block0; 67 /** Number of blocks */ 68 aoff64_t nblocks; 69 /** Partition type */ 70 uint64_t ptype; 62 71 } vbd_part_spec_t; 63 72 73 /** Partition info */ 64 74 typedef struct { 65 75 /** Partition index */
Note:
See TracChangeset
for help on using the changeset viewer.