aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.h')
-rw-r--r--src/gpt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gpt.h b/src/gpt.h
index 2d1f263..bcadd31 100644
--- a/src/gpt.h
+++ b/src/gpt.h
@@ -81,3 +81,10 @@ typedef struct
MBR_entry entry[4];
uint8_t signature[2];
} PACKED MBR;
+
+
+typedef struct {
+ GPT_header header,alt_header;
+} GPT_headers;
+
+