X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/bd45ac0c5daae35e7c71138172e63df5cf644cf6..1c0fe6e3bd:/include/linux/kvm_types.h diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index 1c4e46decb22..9b6f395c9625 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;