ec/lenovo/pmh7: Include stdbool.h
When moving headers compilation can fail as pmh7.h is missing the include for type bool. Add the missing include to make sure future code refactoring works. Fixed the error: src/ec/lenovo/pmh7/pmh7.h:27:1: error: unknown type name 'bool' Change-Id: Ib0a2489a0c461bf021168e98737ecb6062caa696 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88542 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
b20f6d27e2
commit
b44c0ab25b
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#ifndef EC_LENOVO_PMH7_H
|
||||
#define EC_LENOVO_PMH7_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EC_LENOVO_PMH7_INDEX 0x77
|
||||
|
||||
#define EC_LENOVO_PMH7_BASE 0x15e0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue