Changeset 700f89e in mainline for uspace/app/hdisk/hdisk.h


Ignore:
Timestamp:
2013-05-02T00:51:28Z (11 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/hdisk.h

    r8f6c7785 r700f89e  
    4646        int (* add_part)(tinput_t *, union table_data *);
    4747        int (* delete_part)(tinput_t *, union table_data *);
     48        int (* new_table)(tinput_t *, union table_data *);
    4849        int (* print_parts)();
    4950        int (* write_parts)(service_id_t, union table_data *);
Note: See TracChangeset for help on using the changeset viewer.