View | Details | Raw Unified | Return to bug 179989 | Differences between
and this patch

Collapse All | Expand All

(-)include/VBox/vd.h (-2 / +2 lines)
Lines 154-164 Link Here
154
 * Auxiliary data structure for difference between GPT and MBR
154
 * Auxiliary data structure for difference between GPT and MBR
155
 * disks.
155
 * disks.
156
 */
156
 */
157
enum PARTITIONING_TYPE
157
typedef enum PARTITIONING_TYPE
158
{
158
{
159
    MBR,
159
    MBR,
160
    GPT
160
    GPT
161
};
161
} PARTITIONING_TYPE;
162
162
163
/**
163
/**
164
 * Auxiliary data structure for creating raw disks.
164
 * Auxiliary data structure for creating raw disks.

Return to bug 179989