1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H
4 #define EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H
6 struct ec_google_chromeec_mux_conn_config
{
7 /* When set to true, this signifies that the mux device
8 * is used as a Type-C mode switch. */
10 /* When set to true, this signifies that the mux device
11 * is used as a Type-C retimer switch. */
15 #endif /* EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H */