#ifndef _PAGING_H #define _PAGING_H #include void paging_init(void); void map_page(void* phys_addr, void* virt_addr); #endif