Ignore:
Timestamp:
2015-10-09T18:11:08Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a43785
Parents:
372df8f
Message:

Information structures need updating to new model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fdisk/include/types/fdisk.h

    r372df8f r0ecfc62  
    102102        /** Fdisk instance */
    103103        struct fdisk *fdisk;
    104         /** Disk contents */
    105         label_disk_cnt_t dcnt;
    106104        /** Service ID */
    107105        service_id_t sid;
     
    123121
    124122typedef struct {
    125         /** Disk contents */
    126         label_disk_cnt_t dcnt;
    127123        /** Label type */
    128124        label_type_t ltype;
Note: See TracChangeset for help on using the changeset viewer.