#ifndef PAGING_H #define PAGING_H #include #define NUM_KERN_DIRS 4 void paging_init(); #endif