diff options
Diffstat (limited to 'kernel/include/mm/physical_mm.h')
-rw-r--r-- | kernel/include/mm/physical_mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/mm/physical_mm.h b/kernel/include/mm/physical_mm.h index b5631c5..2fa85ea 100644 --- a/kernel/include/mm/physical_mm.h +++ b/kernel/include/mm/physical_mm.h @@ -34,7 +34,7 @@ namespace PhysicalMM { -void init(void); +void initialize(void); uint32_t find_free_block(void); void *allocate_block(void); void free_block(void *physical_address); |