:: limine / common / sys / e820.h 204 B raw

1
#ifndef SYS__E820_H__
2
#define SYS__E820_H__
3
4
#include <stdint.h>
5
#include <stddef.h>
6
#include <mm/pmm.h>
7
8
extern struct memmap_entry e820_map[];
9
extern size_t e820_entries;
10
11
void init_e820(void);
12
13
#endif
tab: 248 wrap: offon