summaryrefslogtreecommitdiff
path: root/block/partitions/sun.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/partitions/sun.c')
-rw-r--r--block/partitions/sun.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/block/partitions/sun.c b/block/partitions/sun.c
index 90f36724e796..28b44100f2b1 100644
--- a/block/partitions/sun.c
+++ b/block/partitions/sun.c
@@ -9,7 +9,9 @@
*/
#include "check.h"
-#include "sun.h"
+
+#define SUN_LABEL_MAGIC 0xDABE
+#define SUN_VTOC_SANITY 0x600DDEEE
int sun_partition(struct parsed_partitions *state)
{