Commit 7ab3ddf5 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] missing forward declarations in scsi_eh.h

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0b4c7527
#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 *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment