usb: msc: Remove duplicated class code
Keep MASS_STORAGE_CLASS defined only once Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
0a5725e858
commit
9ed9315cd4
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@
|
||||||
#ifndef __USB_MSC_H__
|
#ifndef __USB_MSC_H__
|
||||||
#define __USB_MSC_H__
|
#define __USB_MSC_H__
|
||||||
|
|
||||||
/** MSC Class, Subclass and Protocol Codes */
|
/** MSC Subclass and Protocol Codes */
|
||||||
#define MASS_STORAGE_CLASS 0x08
|
|
||||||
#define SCSI_TRANSPARENT_SUBCLASS 0x06
|
#define SCSI_TRANSPARENT_SUBCLASS 0x06
|
||||||
#define BULK_ONLY_TRANSPORT_PROTOCOL 0x50
|
#define BULK_ONLY_TRANSPORT_PROTOCOL 0x50
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue