https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d8143948cd0280ff5ed74efd4276e90a87a798cc authored by Jason Self on 26 November 2011, 17:09:12 UTC
Linux-libre 3.1.3-gnu1
Tip revision: d814394
acorn.h
/*
 * linux/fs/partitions/acorn.h
 *
 * Copyright (C) 1996-2001 Russell King.
 *
 *  I _hate_ this partitioning mess - why can't we have one defined
 *  format, and everyone stick to it?
 */

int adfspart_check_CUMANA(struct parsed_partitions *state);
int adfspart_check_ADFS(struct parsed_partitions *state);
int adfspart_check_ICS(struct parsed_partitions *state);
int adfspart_check_POWERTEC(struct parsed_partitions *state);
int adfspart_check_EESOX(struct parsed_partitions *state);
back to top