Changeset 700f89e in mainline for uspace/app/hdisk/func_gpt.c


Ignore:
Timestamp:
2013-05-02T00:51:28Z (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:
9bda5d90
Parents:
8f6c7785
Message:

libmbr semifinal, hdisk enhancements

File:
1 edited

Legend:

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

    r8f6c7785 r700f89e  
    6565
    6666        return EOK;
     67}
     68
     69int 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();
    6773}
    6874
Note: See TracChangeset for help on using the changeset viewer.