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 */ 11
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 */ 11