summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/mux/conn/chip.h
blob: fd0ccf871ef5cd06428308e71b6d807ac769f5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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. */
	bool mode_switch;
	/* When set to true, this signifies that the mux device
	 * is used as a Type-C retimer switch. */
	bool retimer_switch;
};

#endif /* EC_GOOGLE_CHROMEEC_MUX_CONN_CHIP_H */