header foo

This commit is contained in:
user
2026-02-17 16:28:36 +01:00
parent b5df4139dd
commit f11c9d02c8
21 changed files with 17 additions and 2 deletions

View File

@@ -16,4 +16,8 @@ namespace PageFrameAllocator {
void free (PageFrame *frame);
void free (uintptr_t addr);
}
void mark_pageframes(uintptr_t start, uintptr_t end, bool available);
#endif