blob: 0616d14b1dc18a3053ac85d18109066875856823 [file] [log] [blame]
#ifndef __ESP_SCSI_H
#define __ESP_SCSI_H
struct disk_op_s;
int esp_scsi_process_op(struct disk_op_s *op);
void esp_scsi_setup(void);
#endif /* __ESP_SCSI_H */