blob: 13f40f2b9c4aad1e2f6ea1a01149d657a1c5f6a5 (
plain)
1
2
3
4
5
6
7
|
#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]);
|