From bb1cb08243ce4787a156c0d26470db8310bc10fc Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Wed, 22 May 2013 11:46:02 +0300 Subject: Initial commit - BeagleBone Kernel based on https://github.com/beagleboard/kernel/tree/3.8 Signed-off-by: Fathi Boudra --- block/partitions/osf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 block/partitions/osf.h (limited to 'block/partitions/osf.h') diff --git a/block/partitions/osf.h b/block/partitions/osf.h new file mode 100644 index 00000000..20ed2315 --- /dev/null +++ b/block/partitions/osf.h @@ -0,0 +1,7 @@ +/* + * fs/partitions/osf.h + */ + +#define DISKLABELMAGIC (0x82564557UL) + +int osf_partition(struct parsed_partitions *state); -- cgit v1.2.3