Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43954 )
Change subject: src/superio: Add missing <{stdbool,stdint}.h> ......................................................................
Patch Set 1: Code-Review+2
(2 comments)
https://review.coreboot.org/c/coreboot/+/43954/1/src/superio/ite/common/env_... File src/superio/ite/common/env_ctrl_chip.h:
https://review.coreboot.org/c/coreboot/+/43954/1/src/superio/ite/common/env_... PS1, Line 7: #include <stdint.h> add types.h instead of those two?
https://review.coreboot.org/c/coreboot/+/43954/1/src/superio/nuvoton/nct5104... File src/superio/nuvoton/nct5104d/superio.c:
https://review.coreboot.org/c/coreboot/+/43954/1/src/superio/nuvoton/nct5104... PS1, Line 7: #include <stdint.h> same