Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 80

/shark/trunk/drivers/block/idereq.h
9,7 → 9,10
 
#include "bqueue.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define MAXIDEREQUEST 64
 
/* -------- */
60,4 → 63,5
/* remove the request that we have served blocking the queue*/
int remove_idereq_blocking(int ideif);
 
__END_DECLS
#endif