Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  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 
 10 int adfspart_check_CUMANA(struct parsed_partitions *state, struct block_device *bdev);
 11 int adfspart_check_ADFS(struct parsed_partitions *state, struct block_device *bdev);
 12 int adfspart_check_ICS(struct parsed_partitions *state, struct block_device *bdev);
 13 int adfspart_check_POWERTEC(struct parsed_partitions *state, struct block_device *bdev);
 14 int adfspart_check_EESOX(struct parsed_partitions *state, struct block_device *bdev);
 15 
  This page was automatically generated by the LXR engine.