aboutsummaryrefslogtreecommitdiff
path: root/src/mmap.h
blob: 2bf42c46d609cee5fad693dd518ef2472f6b0ca0 (plain)
1
2
3
4
5
6
7
#pragma once

#include "boot.h"
#include <grub/multiboot2.h>

__attribute__((section(".multiboot.text"))) unsigned multiboot2_mmap(const struct multiboot_mmap_entry entries[],
                                                                     unsigned entry_count, unsigned bitmap[1024 * 32]);