1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/arch/x86/paging.h

14 lines
259 B
C
Raw Normal View History

#ifndef KERNELMQ_INCLUDED_PAGING
#define KERNELMQ_INCLUDED_PAGING 1
#include <kernelmq/info.h>
2017-11-04 10:59:01 -04:00
void paging_enable();
void paging_clear();
2017-11-05 01:56:53 -04:00
void paging_identity();
int paging_mapkernel(const struct KernelMQ_Info *kinfo);
2017-11-04 10:43:07 -04:00
unsigned long paging_load();
#endif