Changeset 372df8f in mainline for uspace/lib/c/include/types/label.h
- Timestamp:
- 2015-10-09T07:00:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ecfc62
- Parents:
- 0bde8523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/types/label.h
r0bde8523 r372df8f 52 52 /** Disk label type */ 53 53 typedef enum { 54 /** No label */ 55 lt_none, 54 56 /** BIOS Master Boot Record */ 55 57 lt_mbr, … … 58 60 } label_type_t; 59 61 62 #define LT_FIRST (lt_mbr) 60 63 #define LT_LIMIT (lt_gpt + 1) 61 64
Note:
See TracChangeset
for help on using the changeset viewer.