scsi_mode.h 220 B

123456789
  1. #ifndef __SCSI_MODE_H__
  2. #define __SCSI_MODE_H__
  3. #define MODE_COMBINED_HEADER_DATA 0x00
  4. #define MODE_NOT_SUPPORTED 0x01
  5. #define MODE_DATA 0x02
  6. #define MODE_DESCRIPTOR 0x03
  7. #endif