Changeset 700f89e in mainline for uspace/app/hdisk/func_mbr.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_mbr.c

    r8f6c7785 r700f89e  
    7575
    7676        return EOK;
     77}
     78
     79int new_mbr_table(tinput_t * in, union table_data * data)
     80{
     81        data->mbr.mbr = mbr_alloc_mbr();
     82        data->mbr.parts = mbr_alloc_partitions();
    7783}
    7884
Note: See TracChangeset for help on using the changeset viewer.