]> Joshua Wise's Git repositories - netwatch.git/blob - include/paging.h
p2v and v2p, in a manner of type A...
[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.023118 seconds and 4 git commands to generate.