mirror of
https://git.stationery.faith/corn/corn.git
synced 2024-11-10 02:02:08 +00:00
7 lines
82 B
C
7 lines
82 B
C
#pragma once
|
|
|
|
#include <memory.h>
|
|
|
|
struct boot_info {
|
|
struct memory_map *map;
|
|
};
|