Changeset 44c4886 in mainline for uspace/lib/mbr


Ignore:
Timestamp:
2013-06-10T15:06:20Z (13 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52f2c89, cb328ab
Parents:
a2aa81cb
Message:

GPT API changes

File:
1 edited

Legend:

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

    ra2aa81cb r44c4886  
    9292 */
    9393int mbr_read_mbr(mbr_label_t *label, service_id_t dev_handle)
    94 {
    95         if (label == NULL)
    96                 return EINVAL;
    97        
     94{       
    9895        int rc;
    9996       
Note: See TracChangeset for help on using the changeset viewer.