public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing forward declarations in scsi_eh.h
@ 2004-06-04 12:07 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-06-04 12:07 UTC (permalink / raw)
  To: jejb; +Cc: linux-scsi


--- 1.1/include/scsi/scsi_eh.h	2003-06-09 00:03:00 +02:00
+++ edited/include/scsi/scsi_eh.h	2004-06-04 13:45:01 +02:00
@@ -1,6 +1,10 @@
 #ifndef _SCSI_SCSI_EH_H
 #define _SCSI_SCSI_EH_H
 
+struct scsi_cmnd;
+struct scsi_device;
+struct Scsi_Host;
+
 extern void scsi_add_timer(struct scsi_cmnd *, int,
 			   void (*)(struct scsi_cmnd *));
 extern int scsi_delete_timer(struct scsi_cmnd *);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-04 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-04 12:07 [PATCH] missing forward declarations in scsi_eh.h Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox