Linux Audio

Check our new training course

Loading...
v4.17
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 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
11int 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);
v4.6
 
 1/*
 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);
11int adfspart_check_ADFS(struct parsed_partitions *state);
12int adfspart_check_ICS(struct parsed_partitions *state);
13int adfspart_check_POWERTEC(struct parsed_partitions *state);
14int adfspart_check_EESOX(struct parsed_partitions *state);