PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
scsi_interface Struct Reference

Data Fields

void * priv
 
char * name
 
unsigned int max_sectors
 
int(* get_max_lun )(struct scsi_interface *scsi)
 
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)
 

Detailed Description

Definition at line 4 of file scsi.h.

Field Documentation

◆ priv

void * scsi_interface::priv

Definition at line 6 of file scsi.h.

◆ name

char * scsi_interface::name

Definition at line 7 of file scsi.h.

◆ max_sectors

unsigned int scsi_interface::max_sectors

Definition at line 8 of file scsi.h.

◆ get_max_lun

int(* scsi_interface::get_max_lun)(struct scsi_interface *scsi)

Definition at line 10 of file scsi.h.

◆ queue_cmd

int(* scsi_interface::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)

Definition at line 11 of file scsi.h.


The documentation for this struct was generated from the following files: