210a00872e
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I422d072a9ab3350e364004ba34911cd183fc6612 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40052 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
11 lines
294 B
C
11 lines
294 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* This file is part of the coreboot project. */
|
|
|
|
#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 */
|