Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69060 )
Change subject: include/acpi/acpi_crat.h: Add missing <stdint.h> ......................................................................
include/acpi/acpi_crat.h: Add missing <stdint.h>
Change-Id: Ic157cd820be204035706f8074dd6dbcb95c0f04f Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/69060 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Fred Reitberger reitbergerfred@gmail.com --- M src/include/acpi/acpi_crat.h 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Fred Reitberger: Looks good to me, approved
diff --git a/src/include/acpi/acpi_crat.h b/src/include/acpi/acpi_crat.h index b6ae1d6..d18d66c 100644 --- a/src/include/acpi/acpi_crat.h +++ b/src/include/acpi/acpi_crat.h @@ -3,6 +3,8 @@ #ifndef __ACPI_CRAT_H__ #define __ACPI_CRAT_H__
+#include <stdint.h> + enum crat_entry_type { CRAT_HSA_PROC_UNIT_TYPE, CRAT_MEMORY_TYPE,