#ifndef MEMORY_PAGING_H #define MEMORY_PAGING_H #include #include void early_page_fault_handler(struct InterruptFrame *frame, uint32_t err); #endif