]> Joshua Wise's Git repositories - netwatch.git/blame - include/paging.h
p2v and v2p, in a manner of type A...
[netwatch.git] / include / paging.h
CommitLineData
68beefa8
JW
1#ifndef __PAGING_H
2#define __PAGING_H
3
4extern unsigned long memory_v2p(void *virt);
5extern void *memory_p2v(unsigned long phys);
6
7#endif
This page took 0.016152 seconds and 4 git commands to generate.