Changeset c9f61150 in mainline for uspace/app/hdisk/common.h
- Timestamp:
- 2013-05-30T14:16:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e8e4e19
- Parents:
- 9bda5d90 (diff), 469739f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/common.h
r9bda5d90 rc9f61150 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.