Sign in
akaros
/
upstream
/
9a665fa5dae4e319c41a2cf2cfb6d9670403dea9
/
.
/
kern
/
arch
/
x86
/
pmap.h
blob: 204063ff93830467bb87966cbadad1ee832a03df [
file
] [
log
] [
blame
]
#ifndef
ROS_KERN_ARCH_PMAP_H
#define
ROS_KERN_ARCH_PMAP_H
void
x86_cleanup_bootmem
(
void
);
void
setup_default_mtrrs
(
barrier_t
*
smp_barrier
);
physaddr_t
get_boot_pml4
(
void
);
uintptr_t
get_gdt64
(
void
);
#endif
/* ROS_KERN_ARCH_PMAP_H */