5 lines
86 B
C
5 lines
86 B
C
#pragma once
|
|
|
|
void pmm_init();
|
|
void *pmm_alloc_page();
|
|
void pmm_free_page(void *addr); |