summaryrefslogtreecommitdiff
path: root/driver/tcpm/stm32gx.h
blob: de6a803d52711dff2e77706459eb518e6ec00763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2020 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.
 */

/* 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 */