/* (c) 2008, Peter Dinda */ /* (c) 2008, The V3VEE Project */ #ifndef __SVM_WBINVD_H #define __SVM_WBINVD_H #ifdef __V3VEE__ #include #include #include int handle_svm_wbinvd(struct guest_info * info); #endif // ! __V3VEE__ #endif