X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvmm_stubs.h;h=06e71896da575458995588927dad03b52445584f;hb=7841dc573457c334a0f3b6e9186d26b1776c400f;hp=b964280247ec7cf4308034ab73758025e582e1f1;hpb=ff58148c2cfbbc82405dc9ec25056cc93c773083;p=palacios.git diff --git a/palacios/include/geekos/vmm_stubs.h b/palacios/include/geekos/vmm_stubs.h index b964280..06e7189 100644 --- a/palacios/include/geekos/vmm_stubs.h +++ b/palacios/include/geekos/vmm_stubs.h @@ -3,12 +3,15 @@ #include +#include void * Allocate_VMM_Pages(int num_pages); void Free_VMM_Page(void * page); +void * VMM_Malloc(unsigned int size); +void VMM_Free(void * addr); - +void * Identity(void *addr); #endif