Changeset 9bda5d90 in mainline for uspace/app/hdisk/func_gpt.c


Ignore:
Timestamp:
2013-05-03T01:20:11Z (12 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
469739f, c9f61150, f6c8fca
Parents:
700f89e
Message:

libmbr final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/func_gpt.c

    r700f89e r9bda5d90  
    7171        data->gpt.gpt = gpt_alloc_gpt_header();
    7272        data->gpt.parts = gpt_alloc_partitions();
     73        return EOK;
    7374}
    7475
     
    115116int extra_gpt_funcs(tinput_t * in, service_id_t dev_handle, union table_data * data)
    116117{
     118        printf("Not implemented.\n");
    117119        return EOK;
    118120}
Note: See TracChangeset for help on using the changeset viewer.