Changeset 70815a24 in mainline for uspace/lib/label/include


Ignore:
Timestamp:
2015-07-09T22:00:34Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7a4d06
Parents:
bf7ddde
Message:

Generate GUIDs for new GPT labels and partitions.

File:
1 edited

Legend:

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

    rbf7ddde r70815a24  
    4141#include <sys/types.h>
    4242#include <vol.h>
     43#include <uuid.h>
    4344
    4445typedef struct label label_t;
     
    9697        /** Partition type */
    9798        uint64_t ptype;
     99        /** Partition UUID */
     100        uuid_t part_uuid;
    98101};
    99102
Note: See TracChangeset for help on using the changeset viewer.