0x03F -> 0x3F for consistancy with the rest of the file.
This commit is contained in:
parent
b864109b24
commit
6960cefec8
@ -46,7 +46,7 @@
|
||||
#define MSG_IDENTIFY_DISCFLAG 0x40
|
||||
#define MSG_IDENTIFY(lun, disc) (((disc) ? 0xc0 : MSG_IDENTIFYFLAG) | (lun))
|
||||
#define MSG_ISIDENTIFY(m) ((m) & MSG_IDENTIFYFLAG)
|
||||
#define MSG_IDENTIFY_LUNMASK 0x03F
|
||||
#define MSG_IDENTIFY_LUNMASK 0x3F
|
||||
|
||||
/* Extended messages (opcode and length) */
|
||||
#define MSG_EXT_SDTR 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user