7 lines
96 B
C
7 lines
96 B
C
#ifndef PAGING_HELPERS_H
|
|
#define PAGING_HELPERS_H
|
|
|
|
void load_page_directory(void* dir);
|
|
|
|
#endif
|