blob: fe39840b41d473d022a7baf9304ec826693b9d87 [file] [log] [blame]
Patrick Delaunay03fb0382020-06-29 10:34:06 +02001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2020, STMicroelectronics
4 */
5
6#ifdef CONFIG_TYPEC_STUSB160X
7int stusb160x_cable_connected(void);
8#else
9int stusb160x_cable_connected(void) { return -ENODEV; }
10#endif