summaryrefslogtreecommitdiffstats
path: root/src/ec/hp/kbc1126/chip.h
blob: 8839bd9e15a3a2a1bb9e5e6dbf0016174e50e5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#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 */