Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1003 → Rev 3

/shark/trunk/drivers/block/ide.h
21,11 → 21,11
 
/***************************************
 
CVS : $Id: ide.h,v 1.2 2003-03-13 13:43:13 pj Exp $
CVS : $Id: ide.h,v 1.1.1.1 2002-03-29 14:12:49 pj Exp $
Revision: $Revision: 1.2 $
Revision: $Revision: 1.1.1.1 $
 
Last update: $Date: 2003-03-13 13:43:13 $
Last update: $Date: 2002-03-29 14:12:49 $
 
Header file for all the modules of the IDE block device interface
sub-system.
57,10 → 57,7
#include "glue.h"
#include "bdev.h"
#include "bqueue.h"
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*+ max number of ide interface (must be <= 8) +*/
#define MAXIDEINTERFACES 4
 
447,7 → 444,6
#define is_communicatordev(p) ((((p)->config&0x1f00)>>8)==0x09)
#define is_arraydev(p) ((((p)->config&0x1f00)>>8)==0x0c)
 
__END_DECLS
#endif