]> Joshua Wise's Git repositories - netwatch.git/blob - include/paging.h
69c12eb95395e80c4d571b417b27c9467eef5120
[netwatch.git] / include / paging.h
1 #ifndef __PAGING_H
2 #define __PAGING_H
3
4 extern unsigned long memory_v2p(void *virt);
5 extern void *memory_p2v(unsigned long phys);
6
7 #endif
This page took 0.01495 seconds and 2 git commands to generate.