Ignore:
Timestamp:
2015-10-29T10:16:08Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
55f8c6e7
Parents:
9854a8f
Message:

Handle simplified capacity entry.

File:
1 edited

Legend:

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

    r9854a8f r03661d19  
    5757        cu_ybyte
    5858} fdisk_cunit_t;
     59
     60/** Which of values within the precision of the capacity */
     61typedef enum {
     62        /** The nominal (middling) value */
     63        fcv_nom,
     64        /** The minimum value */
     65        fcv_min,
     66        /** The maximum value */
     67        fcv_max
     68} fdisk_cvsel_t;
    5969
    6070typedef enum {
Note: See TracChangeset for help on using the changeset viewer.