Removed obsolete SoE type name.
This commit is contained in:
parent
d1df6520ba
commit
41bc600cef
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
/** SoE operations
|
||||
*/
|
||||
enum ec_soe_opcodes {
|
||||
enum {
|
||||
OPCODE_READ_REQUEST = 0x01, /**< Read request. */
|
||||
OPCODE_READ_RESPONSE = 0x02, /**< Read response. */
|
||||
OPCODE_WRITE_REQUEST = 0x03, /**< Write request. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue