X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_io.h;h=9c233f02196ffe7b631753508fa0a3cc4e199ee9;hp=adb220a986cc1e77adce6098340e9ec4232e453a;hb=a1e0475bbefa968791679c5e71232ddca522868b;hpb=e494ee9fb669dc19d1e068077e5d449de622d96e diff --git a/palacios/include/palacios/svm_io.h b/palacios/include/palacios/svm_io.h index adb220a..9c233f0 100644 --- a/palacios/include/palacios/svm_io.h +++ b/palacios/include/palacios/svm_io.h @@ -1,9 +1,13 @@ #ifndef __SVM_IO_H #define __SVM_IO_H + +#ifdef __V3VEE__ + #include #include #include + struct svm_io_info { uint_t type : 1 PACKED; // (0=out, 1=in) uint_t rsvd : 1 PACKED; // Must be Zero @@ -25,7 +29,7 @@ int handle_svm_io_ins(struct guest_info * info); int handle_svm_io_out(struct guest_info * info); int handle_svm_io_outs(struct guest_info * info); - +#endif // !__V3VEE__ #endif