summaryrefslogtreecommitdiffstats
path: root/src/ec/hp/kbc1126/chip.h
blob: 692504c4f41f60aaf97a9bf508162b1f69159e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _EC_HP_KBC1126_CHIP_H
#define _EC_HP_KBC1126_CHIP_H

struct ec_hp_kbc1126_config
{
	u16 ec_data_port;
	u16 ec_cmd_port;
	u8 ec_ctrl_reg;
	u8 ec_fan_ctrl_value;
};

#endif /* _EC_HP_KBC1126_CHIP_H */