:: limine / common / mm / efi_pt.h 208 B raw

1
#ifndef MM__EFI_PT_H__
2
#define MM__EFI_PT_H__
3
4
#include <stdint.h>
5
6
#if defined (__x86_64__) && defined (UEFI)
7
8
void efi_pt_set_fb_wc(uint64_t base, uint64_t size);
9
void efi_pt_restore(void);
10
11
#endif
12
13
#endif
tab: 248 wrap: offon