2020-04-02 23:48:24 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
/* This file is part of the coreboot project. */
|
2015-09-10 12:17:49 +02:00
|
|
|
|
|
|
|
#ifndef _EC_RODA_IT8518_CHIP_H
|
|
|
|
#define _EC_RODA_IT8518_CHIP_H
|
|
|
|
|
|
|
|
struct ec_roda_it8518_config {
|
|
|
|
u8 cpuhot_limit; /* temperature in °C which asserts PROCHOT# */
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* _EC_RODA_IT8518_CHIP_H */
|