X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvm.h;h=e8558c076214f0bee1b27c59ebd23a6fe5fc3b18;hb=6d967c202c0afba89cc4a279118ed36ea3d5bf04;hp=57d3ec5182077c91848590bcdc76b827ed5556aa;hpb=a109eb919a162bd7de58d62020801bc2e633be50;p=palacios-OLD.git diff --git a/palacios/include/geekos/vm.h b/palacios/include/geekos/vm.h index 57d3ec5..e8558c0 100644 --- a/palacios/include/geekos/vm.h +++ b/palacios/include/geekos/vm.h @@ -1,7 +1,7 @@ #ifndef __VM_H #define __VM_H -int RunVMM(); +int RunVMM(struct Boot_Info * bootInfo); #endif