From b5b8ef16ea0e7517169d521c297784d5678d7518 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Mon, 31 May 2010 12:41:21 +0200 Subject: check in the initial version of windhoek by DROPS. --- windhoek/partitions/sun.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 windhoek/partitions/sun.h (limited to 'windhoek/partitions/sun.h') diff --git a/windhoek/partitions/sun.h b/windhoek/partitions/sun.h new file mode 100644 index 00000000..7f864d1f --- /dev/null +++ b/windhoek/partitions/sun.h @@ -0,0 +1,8 @@ +/* + * fs/partitions/sun.h + */ + +#define SUN_LABEL_MAGIC 0xDABE +#define SUN_VTOC_SANITY 0x600DDEEE + +int sun_partition(struct parsed_partitions *state, struct block_device *bdev); -- cgit v1.2.3