blob: a940a46acb72ef46747407cf0570b2f215cc5855 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _EC_STARLABS_IT8987_CHIP_H
#define _EC_STARLABS_IT8987_CHIP_H
struct ec_starlabs_it8987_config {
u8 cpuhot_limit; /* temperature in °C which asserts PROCHOT# */
};
#endif /* _EC_STARLABS_IT8987_CHIP_H */