PS2SDK
PS2 Homebrew Libraries
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
Variables
_
c
d
f
g
i
k
m
n
p
q
r
s
t
u
v
w
Typedefs
a
d
h
i
l
m
n
p
r
s
t
w
Enumerations
_
a
c
d
g
i
l
m
n
o
p
s
t
v
Enumerator
c
d
e
g
i
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
scsi.h
1
#ifndef _SCSI_H
2
#define _SCSI_H
3
4
struct
scsi_interface
5
{
6
void
*priv;
7
char
*name;
8
unsigned
int
max_sectors;
9
10
int (*get_max_lun)(
struct
scsi_interface
*scsi);
11
int (*queue_cmd)(
struct
scsi_interface
*scsi,
const
unsigned
char
*cmd,
unsigned
int
cmd_len,
unsigned
char
*data,
unsigned
int
data_len,
unsigned
int
data_wr);
12
};
13
14
extern
int
scsi_init(
void
);
15
extern
void
scsi_connect(
struct
scsi_interface
*scsi);
16
extern
void
scsi_disconnect(
struct
scsi_interface
*scsi);
17
18
#endif
scsi_interface
Definition
scsi.h:5
iop
usb
usbmass_bd
src
include
scsi.h
Generated on Sun Mar 30 2025 21:53:11 for PS2SDK by
1.12.0