Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 686 → Rev 685

/shark/trunk/drivers/block/bdev.c
21,11 → 21,11
 
/***************************************
 
CVS : $Id: bdev.c,v 1.2 2004-05-26 11:20:23 giacomo Exp $
CVS : $Id: bdev.c,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: 2004-05-26 11:20:23 $
Last update: $Date: 2002-03-29 14:12:49 $
 
This module contains the block device manager: it export some functions
to the rest of the kernel that are mapped to a real device driver
356,7 → 356,6
 
#include <fs/major.h>
extern int ide_dump_startsize(__dev_t, __blkcnt_t*, __blkcnt_t*);
extern void ide_dump_status(void);
 
void bdev_dump_names(void)
{