Update commands to match v2

This commit is contained in:
Eric Helgeson 2023-11-15 16:32:16 -06:00
parent e35bae560c
commit 7c9428131b
1 changed files with 6 additions and 6 deletions

View File

@ -51,12 +51,12 @@
#define SCSI_READ12 0xA8
#define SCSI_VERIFY12 0xAF
#define BLUESCSI_LIST_FILES 0xC0
#define BLUESCSI_GET_FILE 0xC1
#define BLUESCSI_COUNT_FILES 0xC2
#define BLUESCSI_SEND_PREP 0xC3
#define BLUESCSI_SEND 0xC4
#define BLUESCSI_SEND_END 0xC5
#define BLUESCSI_LIST_FILES 0xD0
#define BLUESCSI_GET_FILE 0xD1
#define BLUESCSI_COUNT_FILES 0xD2
#define BLUESCSI_SEND_PREP 0xD3
#define BLUESCSI_SEND 0xD4
#define BLUESCSI_SEND_END 0xD5