diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 12:41:21 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 12:41:21 +0200 |
commit | b5b8ef16ea0e7517169d521c297784d5678d7518 (patch) | |
tree | 2e7d63329fe6ab07de6f972e39dd85ce74a69dde /windhoek/partitions/sun.h | |
parent | 61cbf207a16ec76e4fefba4e5a3ad91c84dee447 (diff) |
check in the initial version of windhoek by DROPS.
Diffstat (limited to 'windhoek/partitions/sun.h')
-rw-r--r-- | windhoek/partitions/sun.h | 8 |
1 files changed, 8 insertions, 0 deletions
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); |