diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-02 13:54:30 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 17:01:52 +0000 |
commit | 07ad894195c3c5d68eda9f0cbde871166c3d28dc (patch) | |
tree | 807eefc159acc4c75eca031c5e392f99bf1ac332 /src | |
parent | 7132b624139d3ba234b735f89aa390d116aca739 (diff) |
security/memory/memory.h: Add <stdbool.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I908445b9f87b3db90527955116db22bbee674e1f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68046
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/security/memory/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/security/memory/memory.h b/src/security/memory/memory.h index c6ae4f8468..90b4480ed3 100644 --- a/src/security/memory/memory.h +++ b/src/security/memory/memory.h @@ -1,3 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <stdbool.h> + bool security_clear_dram_request(void); |