summaryrefslogtreecommitdiff
path: root/util/comm-host.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-06-29 10:02:08 -0700
committerGerrit <chrome-bot@google.com>2012-06-29 14:16:47 -0700
commitd04f511b71ad2d8ef02d9602fd3eb683a910bd39 (patch)
tree85f0f9c0e1be9bb236e1b67d7544bab403223c63 /util/comm-host.h
parent7bcf881bd60537cd3eefa1d391ad13f7c838b23c (diff)
downloadchrome-ec-d04f511b71ad2d8ef02d9602fd3eb683a910bd39.tar.gz
Tidy util headers and make ec_commands.h not include other headers
In preparation for being able to copy ec_commands.h to u-boot, which is itself in preparation for u-boot picking it up from /usr/src/ec/ BUG=none TEST=make link, snow, bds Change-Id: If256434b6722ff0787ce21a8ed4c7035c28024a8 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/26451 Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Diffstat (limited to 'util/comm-host.h')
-rw-r--r--util/comm-host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/comm-host.h b/util/comm-host.h
index 969e71f4a6..b3790b4717 100644
--- a/util/comm-host.h
+++ b/util/comm-host.h
@@ -6,7 +6,8 @@
#ifndef COMM_HOST_H
#define COMM_HOST_H
-#include <stdint.h>
+#include "common.h"
+#include "ec_commands.h"
/* Perform initializations needed for subsequent requests
*