vm: memblock: add memblock_dump to header

This commit is contained in:
2026-02-21 11:27:28 +00:00
parent 9b2c2f6b29
commit 7f049293f4

View File

@@ -22,8 +22,8 @@
#ifndef KERNEL_MEMBLOCK_H_
#define KERNEL_MEMBLOCK_H_
#include <limits.h>
#include <kernel/types.h>
#include <limits.h>
#include <stddef.h>
#ifdef __cplusplus
@@ -338,6 +338,8 @@ extern void __next_memory_region(
phys_addr_t start,
phys_addr_t end);
extern void memblock_dump(void);
#ifdef __cplusplus
}
#endif