summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-05-10 23:35:56 +0000
committerVincent Palatin <vpalatin@chromium.org>2012-05-15 18:34:50 -0700
commitb74cbd8a74d15bde904b99912df9663a58073bbb (patch)
treef442a46b161c4aea3881424cdd6b184f52000910 /include/host_command.h
parentdd839d851aa6369a81423da9d59762950f21c592 (diff)
downloadchrome-ec-b74cbd8a74d15bde904b99912df9663a58073bbb.tar.gz
de-LPCify the EC host interface
Preparatory work to use common host command code between ARM and x86. Just rename constants, do not change the binary API. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=chrome-os-partner:9614 TEST=make BOARD=link Change-Id: I534d427c9b50103273835a6f32a0ddb622c762b3
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 7bebbe5e19..245d39a162 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -9,7 +9,7 @@
#define __CROS_EC_HOST_COMMAND_H
#include "common.h"
-#include "lpc_commands.h"
+#include "ec_commands.h"
/* Host command */
struct host_command {