]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/paging.h
p2v and v2p, in a manner of type A...
[netwatch.git] / include / paging.h
diff --git a/include/paging.h b/include/paging.h
new file mode 100644 (file)
index 0000000..69c12eb
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __PAGING_H
+#define __PAGING_H
+
+extern unsigned long memory_v2p(void *virt);
+extern void *memory_p2v(unsigned long phys);
+
+#endif
This page took 0.006904 seconds and 4 git commands to generate.