nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
onetime_map.h
Go to the documentation of this file.
1 
15 extern void onetime_map_init(void *vma_start, void *vma_end);
16 
22 extern void *onetime_map(void *pma);
23 
29 extern void *onetime_unmap(void *vma);
30