summaryrefslogtreecommitdiff
path: root/driver/wpc/cps8100.h
blob: 0fb6fe0c4e67722872ab4e79dfc75b7f335b7154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */