From 8ca233c5c35e956cb9a9a1ea47de81a427582a27 Mon Sep 17 00:00:00 2001 From: Scott Chao Date: Fri, 10 Feb 2023 11:29:12 +0800 Subject: CPS8100: create header file This CL created the header file and also add the driver declaration. BUG=b:268581418 BRANCH=none TEST=make buildall Change-Id: I08df700f4aff4c5cbe5ccd1345652263feab36f3 Signed-off-by: Scott Chao Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4238095 Reviewed-by: Daisuke Nojiri --- driver/wpc/cps8100.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 driver/wpc/cps8100.h 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 */ -- cgit v1.2.1