diff --git a/include/kernel/memblock.h b/include/kernel/memblock.h index 08f9597..98f2ccb 100644 --- a/include/kernel/memblock.h +++ b/include/kernel/memblock.h @@ -22,8 +22,8 @@ #ifndef KERNEL_MEMBLOCK_H_ #define KERNEL_MEMBLOCK_H_ -#include #include +#include #include #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