os/drivers/paging_helpers.h
2018-11-04 16:12:54 -06:00

7 lines
100 B
C

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