mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot2.git] / src / drivers / i2c / ck505 / chip.h
blob745e76bf71a803cbe8bf053e49b0cdd71afd1bbf
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DRIVERS_CK505_CHIP_H
4 #define DRIVERS_CK505_CHIP_H
6 struct drivers_i2c_ck505_config {
7 const int nregs;
8 const u8 regs[32];
9 const u8 mask[32];
12 #endif