summaryrefslogtreecommitdiff
path: root/include/shim.h
blob: a0f0156b217f7113a26a0d660c0e0863e0d99385 (plain)
1
2
3
4
5
6
7
#pragma once

#include <memory.h>

struct boot_info {
	struct memory_map *map;
};