diff --git a/include/ec_commands.h b/include/ec_commands.h index 4bfbbb0e39..6ef13c408b 100644 --- a/include/ec_commands.h +++ b/include/ec_commands.h @@ -3314,6 +3314,14 @@ struct ec_params_pd_write_log_entry { #endif /* !__ACPI__ */ + +/*****************************************************************************/ +/* + * Blob commands are just opaque chunks of data, sent with proto v3. + * params is struct ec_host_request, response is struct ec_host_response. + */ +#define EC_CMD_BLOB 0x200 + /*****************************************************************************/ /* * Passthru commands