summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/mux/conn/chip.h
blob: 953b625dddff9ff3996490ba4b662ab8cd3f700c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H
#define EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H

struct ec_google_chromeec_mux_conn_config {
	/* When set to true, this signifies that the mux device
	 * is used as a Type-C mode switch in addition to
	 * a retimer switch. */
	bool mode_switch;
};

#endif /* EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H */