12 lines
206 B
C++
12 lines
206 B
C++
#pragma once
|
|
|
|
#include "boot/limine.h"
|
|
|
|
namespace boot {
|
|
|
|
const limine_memmap_response& GetMemoryMap();
|
|
uint64_t GetHigherHalfDirectMap();
|
|
|
|
const limine_module_response& GetModules();
|
|
|
|
} // namespace boot
|