blob: 0870c1918e6e2f2818e3bbed214123bcd5ac1624 [file] [log] [blame]
Stephen Carlson15347d22021-06-22 16:35:20 -07001/* 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
12int select_i2c_ch_pca9547(u8 ch, int bus);
13#endif
14
15#endif