summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/ck505/chip.h
blob: ad9f0f1f0005307508a5cba94a55384bdce29fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef DRIVERS_CK505_CHIP_H
#define DRIVERS_CK505_CHIP_H

struct drivers_i2c_ck505_config {
	const int nregs;
	const u8 regs[32];
	const u8 mask[32];
};

#endif