1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef _EC_HP_KBC1126_CHIP_H 4 #define _EC_HP_KBC1126_CHIP_H 5 6 struct ec_hp_kbc1126_config 7 { 8 u16 ec_data_port; 9 u16 ec_cmd_port; 10 u8 ec_ctrl_reg; 11 u8 ec_fan_ctrl_value; 12 }; 13 14 #endif /* _EC_HP_KBC1126_CHIP_H */ 15