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>
This commit is contained in:
Elyes Haouas 2022-10-31 14:21:01 +01:00 committed by Felix Held
parent 6dc65d9047
commit 109bd3b796
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#ifndef __ACPI_CRAT_H__ #ifndef __ACPI_CRAT_H__
#define __ACPI_CRAT_H__ #define __ACPI_CRAT_H__
#include <stdint.h>
enum crat_entry_type { enum crat_entry_type {
CRAT_HSA_PROC_UNIT_TYPE, CRAT_HSA_PROC_UNIT_TYPE,
CRAT_MEMORY_TYPE, CRAT_MEMORY_TYPE,