Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7ab3ddf5
Commit
7ab3ddf5
authored
Jun 03, 2004
by
Christoph Hellwig
Committed by
James Bottomley
Jun 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] missing forward declarations in scsi_eh.h
Signed-off-by:
James Bottomley
<
James.Bottomley@SteelEye.com
>
parent
0b4c7527
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
include/scsi/scsi_eh.h
include/scsi/scsi_eh.h
+4
-0
No files found.
include/scsi/scsi_eh.h
View file @
7ab3ddf5
#ifndef _SCSI_SCSI_EH_H
#ifndef _SCSI_SCSI_EH_H
#define _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
,
extern
void
scsi_add_timer
(
struct
scsi_cmnd
*
,
int
,
void
(
*
)(
struct
scsi_cmnd
*
));
void
(
*
)(
struct
scsi_cmnd
*
));
extern
int
scsi_delete_timer
(
struct
scsi_cmnd
*
);
extern
int
scsi_delete_timer
(
struct
scsi_cmnd
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment