#ifndef _PAGING_H #define _PAGING_H #include void paging_init(void); void map_page(void* phys, void* virt); #endif