mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
10 lines
333 B
C
10 lines
333 B
C
/*
|
|
*
|
|
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
*
|
|
*/
|
|
|
|
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);
|