blob: dc555f3950d8e8c597e89fbed128a12bcd2e1194 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __ESP_SCSI_H
#define __ESP_SCSI_H
struct disk_op_s;
int esp_scsi_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
void esp_scsi_setup(void);
#endif /* __ESP_SCSI_H */
|