summaryrefslogtreecommitdiff
path: root/driver/wpc/cps8100.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/wpc/cps8100.h')
-rw-r--r--driver/wpc/cps8100.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/driver/wpc/cps8100.h b/driver/wpc/cps8100.h
new file mode 100644
index 0000000000..0fb6fe0c4e
--- /dev/null
+++ b/driver/wpc/cps8100.h
@@ -0,0 +1,15 @@
+/* Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* cps8100 Qi wireless power transmitter module for Chrome EC */
+
+#ifndef __CROS_EC_WPC_CPS8100_H
+#define __CROS_EC_WPC_CPS8100_H
+
+#include "peripheral_charger.h"
+
+extern struct pchg_drv cps8100_drv;
+
+#endif /* __CROS_EC_WPC_CPS8100_H */