aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/mm.h
diff options
context:
space:
mode:
authorMarvin Borner2021-04-29 14:36:40 +0200
committerMarvin Borner2021-04-29 14:36:40 +0200
commitf8e47b6b0c0578c52d82c0e243620361b87a4abe (patch)
treee42d898d299b7aa10c8f266d347b4fda5a5967f3 /kernel/inc/mm.h
parent04104fc051d44f4f9b3328f29b4be91fa4060f34 (diff)
Multiboot/Grub progress
Diffstat (limited to 'kernel/inc/mm.h')
-rw-r--r--kernel/inc/mm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/inc/mm.h b/kernel/inc/mm.h
index 1652695..a33d9d1 100644
--- a/kernel/inc/mm.h
+++ b/kernel/inc/mm.h
@@ -27,6 +27,9 @@ void page_fault_handler(struct regs *r) NONNULL;
struct memory_range physical_alloc(u32 size);
void physical_free(struct memory_range range);
+void physical_set_used(struct memory_range range);
+void physical_set_free(struct memory_range range);
+void physical_set_total(u32 total);
/**
* Virtual