coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memory_clear.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef MEMORY_CLEAR_H
4 #define MEMORY_CLEAR_H
5 
6 #include <memrange.h>
7 
8 int arch_clear_memranges(const struct memranges *mem_reserved);
9 
10 #endif /* MEMORY_CLEAR_H */
int arch_clear_memranges(const struct memranges *mem_reserved)