]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/paging.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[netwatch.git] / include / paging.h
... / ...
CommitLineData
1#ifndef __PAGING_H
2#define __PAGING_H
3
4extern unsigned long v2p(void *virt);
5extern void *p2v(unsigned long phys);
6extern int addmap(unsigned long vaddr, unsigned long paddr);
7extern int addmap_4m(unsigned long vaddr, unsigned long paddr);
8extern void *demap(unsigned long _pd, unsigned long vaddr);
9
10#endif
This page took 0.021731 seconds and 4 git commands to generate.