X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkvm_types.h;h=9b6f395c9625e13237abd15a9cb41150a34f48d0;hb=f6ac436dcc4c34709bcde355f3f2254ac0a183d4;hp=1c4e46decb226658a5d35b36444bf21f6a39fd6d;hpb=44c3b59102e3ecc7a01e9811862633e670595e51;p=linux-2.6 diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index 1c4e46decb..9b6f395c96 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -38,6 +38,8 @@ typedef unsigned long hva_t; typedef u64 hpa_t; typedef unsigned long hfn_t; +typedef hfn_t pfn_t; + struct kvm_pio_request { unsigned long count; int cur_count;