]>
Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/paging.h
... / ...
Commit | Line | Data |
| 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.025136 seconds and 4 git commands to generate.