Changeset 9bda5d90 in mainline for uspace/app/hdisk/func_gpt.c
- Timestamp:
- 2013-05-03T01:20:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 469739f, c9f61150, f6c8fca
- Parents:
- 700f89e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/func_gpt.c
r700f89e r9bda5d90 71 71 data->gpt.gpt = gpt_alloc_gpt_header(); 72 72 data->gpt.parts = gpt_alloc_partitions(); 73 return EOK; 73 74 } 74 75 … … 115 116 int extra_gpt_funcs(tinput_t * in, service_id_t dev_handle, union table_data * data) 116 117 { 118 printf("Not implemented.\n"); 117 119 return EOK; 118 120 }
Note:
See TracChangeset
for help on using the changeset viewer.