summaryrefslogtreecommitdiff
path: root/include/charge_state_v2.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-03-19 11:15:57 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-03-20 23:51:03 +0000
commitdefaf5cdb5a44067ea0f2d7f18fd57e240d992a6 (patch)
tree26abaf6936bd5bb998c0ab4d9d909261d3cee769 /include/charge_state_v2.h
parenta025f18673583e1c030aa006e0f0cebeea18c062 (diff)
downloadchrome-ec-defaf5cdb5a44067ea0f2d7f18fd57e240d992a6.tar.gz
Create stub files for charge_state_v2.c
Remove copied code from V1 implementation, reduce to bare minimum needed to satisfy external dependencies. Don't actually enable it for any platforms, though. BRANCH=ToT BUG=chrome-os-partner:23776 TEST=make buildall -j It's used by anything and doesn't do anything if it was, but test compilation of the changed sources by defining CONFIG_CHARGER_V2. Change-Id: Iea37d0b4fc48c8ebf7f7088cd1674d6e275d03d4 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/190853 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/charge_state_v2.h')
-rw-r--r--include/charge_state_v2.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/charge_state_v2.h b/include/charge_state_v2.h
new file mode 100644
index 0000000000..085f2a2047
--- /dev/null
+++ b/include/charge_state_v2.h
@@ -0,0 +1,14 @@
+/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "battery.h"
+#include "timer.h"
+
+#ifndef __CROS_EC_CHARGE_STATE_V2_H
+#define __CROS_EC_CHARGE_STATE_V2_H
+
+
+#endif /* __CROS_EC_CHARGE_STATE_V2_H */
+