tianole/arch/x86/boot/memory_map.h
Microindole e3782144b8
refactor(build): split makefiles and normalize internal API names
- align makefile layout with Linux-style directories
2026-05-08 21:00:24 +08:00

12 lines
257 B
C

#ifndef X86_BOOT_MEMORY_MAP_H
#define X86_BOOT_MEMORY_MAP_H
#include "efi.h"
#include "tianole/boot_info.h"
efi_status boot_exit_services_with_latest_memory_map(efi_handle image_handle,
efi_system_table_t *system_table,
boot_info_t *boot_info);
#endif