soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / ec / google / chromeec / mux / conn / chip.h
blobfd0ccf871ef5cd06428308e71b6d807ac769f5d7
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. */
9 bool mode_switch;
10 /* When set to true, this signifies that the mux device
11 * is used as a Type-C retimer switch. */
12 bool retimer_switch;
15 #endif /* EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H */