Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bcbb64b1990cc1f3f8137c05fbc49b13fcb320ff
/
.
/
board
/
st
/
common
/
stusb160x.h
blob: fe39840b41d473d022a7baf9304ec826693b9d87 [
file
] [
log
] [
blame
]
/* 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