X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkvm_types.h;h=9b6f395c9625e13237abd15a9cb41150a34f48d0;hb=14b03204c8060d036b04cbb18bbd6f6f311f4fed;hp=1c4e46decb226658a5d35b36444bf21f6a39fd6d;hpb=acf63867ae06ef95eea7bf445ded2f05528a81b1;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;