Changeset 372df8f in mainline for uspace/lib/c/include/types/label.h


Ignore:
Timestamp:
2015-10-09T07:00:23Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ecfc62
Parents:
0bde8523
Message:

Let VBD handle unlabeled devices too. Now volsrv only cares about partitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/types/label.h

    r0bde8523 r372df8f  
    5252/** Disk label type */
    5353typedef enum {
     54        /** No label */
     55        lt_none,
    5456        /** BIOS Master Boot Record */
    5557        lt_mbr,
     
    5860} label_type_t;
    5961
     62#define LT_FIRST (lt_mbr)
    6063#define LT_LIMIT (lt_gpt + 1)
    6164
Note: See TracChangeset for help on using the changeset viewer.