1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  * Copyright 2020-21 NXP
5  * Copyright 2021 Microsoft Corporation
6  */
7 
8 #ifndef __NXP_I2C_MUX_H__
9 #define __NXP_I2C_MUX_H__
10 
11 #ifdef CONFIG_FSL_USE_PCA9547_MUX
12 int select_i2c_ch_pca9547(u8 ch, int bus);
13 #endif
14 
15 #endif
16