Martin Roth submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved
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>
---
M src/security/memory/memory.h
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/security/memory/memory.h b/src/security/memory/memory.h
index c6ae4f8..90b4480 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);

To view, visit change 68046. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I908445b9f87b3db90527955116db22bbee674e1f
Gerrit-Change-Number: 68046
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Martin Roth <martin.roth@amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged