summaryrefslogtreecommitdiff
path: root/include/driver/tcpm/it8xxx2_pd_public.h
blob: 6ad11a95557e18ef4b863432a859cb4c151f6f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2021 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.
 */

#ifndef __CROS_EC_DRIVER_TCPM_IT8XXX2_PD_PUBLIC_H
#define __CROS_EC_DRIVER_TCPM_IT8XXX2_PD_PUBLIC_H

extern const struct tcpm_drv it83xx_tcpm_drv;
extern const struct tcpm_drv it8xxx2_tcpm_drv;

#endif /* __CROS_EC_DRIVER_TCPM_IT8XXX2_PD_PUBLIC_H */