8 lines
111 B
C
8 lines
111 B
C
#ifndef MINIOS_KERN_PMAP_H
|
|
#define MINIOS_KERN_PMAP_H
|
|
|
|
#include <type.h>
|
|
|
|
void map_kern(phyaddr_t cr3);
|
|
|
|
#endif |