summaryrefslogtreecommitdiff
path: root/board/st/common/stusb160x.h
blob: fe39840b41d473d022a7baf9304ec826693b9d87 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2020, STMicroelectronics
 */

#ifdef CONFIG_TYPEC_STUSB160X
int stusb160x_cable_connected(void);
#else
int stusb160x_cable_connected(void) { return -ENODEV; }
#endif