corn/include/shim.h

8 lines
82 B
C
Raw Normal View History

2024-01-29 00:22:09 +00:00
#pragma once
#include <memory.h>
struct boot_info {
struct memory_map *map;
};