summaryrefslogtreecommitdiff
path: root/include/charge_state_v2.h
diff options
context:
space:
mode:
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 */
+