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