blob: 67b06601ca4c94ad7349374dfba6cf1c3e164a27 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * linux/fs/partitions/acorn.h
4 *
5 * Copyright (C) 1996-2001 Russell King.
6 *
7 * I _hate_ this partitioning mess - why can't we have one defined
8 * format, and everyone stick to it?
9 */
10
Tejun Heo1493bf22010-05-15 20:09:30 +020011int adfspart_check_CUMANA(struct parsed_partitions *state);
12int adfspart_check_ADFS(struct parsed_partitions *state);
13int adfspart_check_ICS(struct parsed_partitions *state);
14int adfspart_check_POWERTEC(struct parsed_partitions *state);
15int adfspart_check_EESOX(struct parsed_partitions *state);