index
:
mykernel64
master
SMP x86_64 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
include
/
paging.h
blob: 79d9dea1d356444c8aa2a66a4d4b81dc200f5aa0 (
plain
)
1
2
3
4
5
6
#ifndef PAGING_H
#define PAGING_H
void
init_paging
(
void
);
#endif