X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest_mem.h;h=bc1a2886d302f3fafa3e3fdf4d74a919315df781;hb=f4b074d9bf5c28dfd6e5fd616805ade2e9473b01;hp=4f17c5be8812472a7bf1155640d38d99ff5a80ab;hpb=091d8b1fcfc3a766f6603d4c1c69d9f8f4bf3031;p=palacios.git diff --git a/palacios/include/palacios/vm_guest_mem.h b/palacios/include/palacios/vm_guest_mem.h index 4f17c5b..bc1a288 100644 --- a/palacios/include/palacios/vm_guest_mem.h +++ b/palacios/include/palacios/vm_guest_mem.h @@ -4,6 +4,9 @@ #ifndef __VM_GUEST_MEM_H #define __VM_GUEST_MEM_H + +#ifdef __V3VEE__ + #include #include @@ -92,7 +95,7 @@ int write_guest_pa_memory(struct guest_info * guest_info, addr_t guest_pa, int c // TODO int write_guest_va_memory(struct guest_info * guest_info, addr_t guest_va, int count, char * src); - +#endif // ! __V3VEE__ #endif