buddy: add header
authorAlan Cox <alan@linux.intel.com>
Tue, 30 Aug 2016 23:59:13 +0000 (00:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 30 Aug 2016 23:59:13 +0000 (00:59 +0100)
Kernel/include/buddy.h [new file with mode: 0644]

diff --git a/Kernel/include/buddy.h b/Kernel/include/buddy.h
new file mode 100644 (file)
index 0000000..199a7ae
--- /dev/null
@@ -0,0 +1,5 @@
+extern uint8_t *membase[];
+extern void program_mmu(uint8_t *base, usize_t top);
+extern void buddy_init(void);
+
+