7 lines
101 B
C
7 lines
101 B
C
#ifndef HAL_PAGING_H_
|
|
#define HAL_PAGING_H_
|
|
|
|
void hal_loadpd(PgTable *cr3);
|
|
|
|
#endif // HAL_PAGING_H_
|