blob: 953b625dddff9ff3996490ba4b662ab8cd3f700c [file] [log] [blame]
Prashant Malani1e0d2e02022-06-13 21:51:52 +00001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H
4#define EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H
5
6struct 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 in addition to
9 * a retimer switch. */
10 bool mode_switch;
11};
12
13#endif /* EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H */