summaryrefslogtreecommitdiff
path: root/driver/tcpm/stm32gx.h
blob: a8a1e1a1beca5fb8ef99e18b488d3c6db72af33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2020 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* USB Power delivery port management */
#ifndef __CROS_EC_DRIVER_TCPM_STM32GX_H
#define __CROS_EC_DRIVER_TCPM_STM32GX_H

extern const struct tcpm_drv stm32gx_tcpm_drv;

#endif /* __CROS_EC_DRIVER_TCPM_STM32GX_H */