diff options
Diffstat (limited to 'src/mmap.h')
-rw-r--r-- | src/mmap.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mmap.h b/src/mmap.h deleted file mode 100644 index 13f40f2..0000000 --- a/src/mmap.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include "boot.h" -#include <multiboot2.h> - -__attribute__((section(".multiboot.text"))) unsigned multiboot2_mmap(const struct multiboot_mmap_entry entries[], - unsigned entry_count, unsigned bitmap[1024 * 32]); |