index
:
clyne/osdev
main
Tinkering with operating system development
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
memory.hpp
blob: 89552626f00cb5f77baca71dc9e471325f8a856a (
plain
)
1
2
3
4
5
6
7
#ifndef MEMORY_HPP
#define MEMORY_HPP
void
memory_initialize
();
#endif
// MEMORY_HPP