summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2016-08-16 10:18:01 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-17 12:49:26 -0700
commit6fad4f8588242cd6202e1177e145073c6aff6b7a (patch)
tree7a3f9b715861311a8d935fcd5f31ccad46662fcd
parent1d4d1942b8b1e3d5410f7bf1231e16885806b460 (diff)
downloadchrome-ec-6fad4f8588242cd6202e1177e145073c6aff6b7a.tar.gz
ec_commands.h: Reserve 0x200-0x2FF for Rotor.
BUG=None BRANCH=None TEST=make -j buildall tests Change-Id: I82fd750c83e6f653b22a006eb6235573c5bb28bc Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/371298 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--include/ec_commands.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 0c1cd48a2a..4f5b130833 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -3808,11 +3808,7 @@ struct ec_response_usb_pd_mux_info {
#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
+/* The command range 0x200-0x2FF is reserved for Rotor. */
/*****************************************************************************/
/*