From: Alan Cox Date: Tue, 30 Aug 2016 23:59:13 +0000 (+0100) Subject: buddy: add header X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2d6cc2c47a801930eb5cc371556c966510b458d2;p=FUZIX.git buddy: add header --- diff --git a/Kernel/include/buddy.h b/Kernel/include/buddy.h new file mode 100644 index 00000000..199a7aef --- /dev/null +++ b/Kernel/include/buddy.h @@ -0,0 +1,5 @@ +extern uint8_t *membase[]; +extern void program_mmu(uint8_t *base, usize_t top); +extern void buddy_init(void); + +