Changes in uspace/app/hdisk/common.h [a2aa81cb:256cbfe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/common.h
ra2aa81cb r256cbfe 39 39 #include <libgpt.h> 40 40 41 union label_data {42 mbr_ label_t *mbr;43 gpt_ label_t *gpt;41 union table_data { 42 mbr_table_t mbr; 43 gpt_table_t gpt; 44 44 }; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.