corn/include/shim.h
2024-01-28 19:22:09 -05:00

8 lines
82 B
C

#pragma once
#include <memory.h>
struct boot_info {
struct memory_map *map;
};