#ifndef PAGING_HELPERS_H #define PAGING_HELPERS_H void load_page_directory(uint32_t* dir); #endif