blob: 81fd50ecc080dff3d8062650c49b6315ba3df6e8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/fs/partitions/acorn.h
3 *
4 * Copyright (C) 1996-2001 Russell King.
5 *
6 * I _hate_ this partitioning mess - why can't we have one defined
7 * format, and everyone stick to it?
8 */
9
10int adfspart_check_CUMANA(struct parsed_partitions *state, struct block_device *bdev);
11int adfspart_check_ADFS(struct parsed_partitions *state, struct block_device *bdev);
12int adfspart_check_ICS(struct parsed_partitions *state, struct block_device *bdev);
13int adfspart_check_POWERTEC(struct parsed_partitions *state, struct block_device *bdev);
14int adfspart_check_EESOX(struct parsed_partitions *state, struct block_device *bdev);