Changeset 9256d093 in mainline for uspace/lib/mbr/libmbr.h


Ignore:
Timestamp:
2013-07-22T19:17:25Z (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:
9f4650c
Parents:
1c8bfe8 (diff), 9bdfde73 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

libgpt improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/mbr/libmbr.h

    r1c8bfe8 r9256d093  
    204204/* Read/Write/Set MBR partitions.
    205205 * NOTE: Writing partitions writes the complete header as well. */
    206 extern int mbr_read_partitions(mbr_label_t *);
     206extern int          mbr_read_partitions(mbr_label_t *);
    207207extern int          mbr_write_partitions(mbr_label_t *, service_id_t);
    208208extern mbr_part_t * mbr_alloc_partition(void);
Note: See TracChangeset for help on using the changeset viewer.