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