aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inc/mm.h')
-rw-r--r--kernel/inc/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/inc/mm.h b/kernel/inc/mm.h
index 6d3714d..aad4ffd 100644
--- a/kernel/inc/mm.h
+++ b/kernel/inc/mm.h
@@ -15,6 +15,8 @@ struct memory_range {
* Physical
*/
+struct memory_range physical_alloc(u32 size);
+
/**
* Virtual
*/