]> Joshua Wise's Git repositories - netwatch.git/blob - include/paging.h
Merge nyus.joshuawise.com:/storage/git/netwatch
[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.025915 seconds and 4 git commands to generate.