PS2SDK
PS2 Homebrew Libraries
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
iLink
IEEE1394_bd
src
include
scsi.h
Generated on Tue Feb 11 2025 21:36:00 for PS2SDK by
1.12.0