mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
Add scsi_TEST_UNIT_READY()
This commit is contained in:
parent
c257b6b678
commit
2ebcc7dbb3
@ -18,6 +18,7 @@ extern int scsi_INQUIRY(int target, char* buffer, size_t count);
|
||||
extern int scsi_READ(int target, unsigned long offset, unsigned short nb_blocks,
|
||||
char *buffer, int buffer_size);
|
||||
extern int scsi_READ_CAPACITY(int target, char *buffer, size_t count);
|
||||
extern int scsi_TEST_UNIT_READY(int target, char *buffer, size_t count);
|
||||
|
||||
extern scsi_device_t *scsi_open(int target);
|
||||
extern int scsi_read_sector(scsi_device_t *device, off_t offset, void* buffer, size_t size);
|
||||
|
Loading…
Reference in New Issue
Block a user