Changeset 700f89e in mainline for uspace/app/hdisk/func_gpt.c
- Timestamp:
- 2013-05-02T00:51:28Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9bda5d90
- Parents:
- 8f6c7785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/func_gpt.c
r8f6c7785 r700f89e 65 65 66 66 return EOK; 67 } 68 69 int new_gpt_table(tinput_t * in, union table_data * data) 70 { 71 data->gpt.gpt = gpt_alloc_gpt_header(); 72 data->gpt.parts = gpt_alloc_partitions(); 67 73 } 68 74
Note:
See TracChangeset
for help on using the changeset viewer.