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>
This commit is contained in:
Elyes Haouas 2022-10-02 13:54:30 +02:00 committed by Martin Roth
parent 7132b62413
commit 07ad894195
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdbool.h>
bool security_clear_dram_request(void);