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