X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=e2d94c47f6ff742d4d0154d7a08d94d284f27864;hp=1a5f186ba8d7ab0a1b58b663d1de3b6be1e28d40;hb=a1e0475bbefa968791679c5e71232ddca522868b;hpb=e494ee9fb669dc19d1e068077e5d449de622d96e diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 1a5f186..e2d94c4 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -1,7 +1,7 @@ #ifndef __VM_GUEST_H #define __VM_GUEST_H - +#ifdef __V3VEE__ #include @@ -69,6 +69,7 @@ struct v3_segments { struct shadow_page_state; struct shadow_map; +struct vmm_io_map; struct vm_ctrl_ops { @@ -126,5 +127,11 @@ void PrintV3Segments(struct guest_info * info); void PrintV3CtrlRegs(struct guest_info * info); void PrintV3GPRs(struct guest_info * info); +#else + + +#endif + + #endif