Changeset 70815a24 in mainline for uspace/lib/label/include
- Timestamp:
- 2015-07-09T22:00:34Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7a4d06
- Parents:
- bf7ddde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/include/types/liblabel.h
rbf7ddde r70815a24 41 41 #include <sys/types.h> 42 42 #include <vol.h> 43 #include <uuid.h> 43 44 44 45 typedef struct label label_t; … … 96 97 /** Partition type */ 97 98 uint64_t ptype; 99 /** Partition UUID */ 100 uuid_t part_uuid; 98 101 }; 99 102
Note:
See TracChangeset
for help on using the changeset viewer.