X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvm.h;h=28c772f7121b2ca12321280134ecf4b5a4535e7f;hb=44ca16e8c4976d51b5d740ec17caf07c779a5e7b;hp=57d3ec5182077c91848590bcdc76b827ed5556aa;hpb=a109eb919a162bd7de58d62020801bc2e633be50;p=palacios.releases.git diff --git a/palacios/include/geekos/vm.h b/palacios/include/geekos/vm.h index 57d3ec5..28c772f 100644 --- a/palacios/include/geekos/vm.h +++ b/palacios/include/geekos/vm.h @@ -1,7 +1,10 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __VM_H #define __VM_H -int RunVMM(); +int RunVMM(struct Boot_Info * bootInfo); #endif