vm: memblock: add memblock_dump to header
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
#ifndef KERNEL_MEMBLOCK_H_
|
#ifndef KERNEL_MEMBLOCK_H_
|
||||||
#define KERNEL_MEMBLOCK_H_
|
#define KERNEL_MEMBLOCK_H_
|
||||||
|
|
||||||
#include <limits.h>
|
|
||||||
#include <kernel/types.h>
|
#include <kernel/types.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
@@ -338,6 +338,8 @@ extern void __next_memory_region(
|
|||||||
phys_addr_t start,
|
phys_addr_t start,
|
||||||
phys_addr_t end);
|
phys_addr_t end);
|
||||||
|
|
||||||
|
extern void memblock_dump(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user