Changeset 1626cd4 in mainline for uspace/lib/label/include/std/mbr.h


Ignore:
Timestamp:
2015-07-02T19:01:37Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a0d4ce2
Parents:
3faa03d
Message:

Propagate label and partition block ranges and other info up through the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/include/std/mbr.h

    r3faa03d r1626cd4  
    3838#include <stdint.h>
    3939
    40 /** Block address of Master Boot Record. */
    41 #define MBR_BA  0
     40enum {
     41        /** Block address of Master Boot Record. */
     42        mbr_ba = 0,
    4243
    43 enum {
     44        /** First block allowed for allocation */
     45        mbr_ablock0 = 18,
     46
    4447        /** Number of primary partition records */
    4548        mbr_nprimary = 4,
Note: See TracChangeset for help on using the changeset viewer.