xen/arm: Introduce xen_ulong_t for unsigned long
[firefly-linux-kernel-4.4.55.git] / include / xen / interface / physdev.h
index 9ce788d8cf49cd79f6fe8b18998d9976681f8504..f616514f781b756d6a5828bea9a169e70852ed45 100644 (file)
@@ -56,7 +56,7 @@ struct physdev_eoi {
 #define PHYSDEVOP_pirq_eoi_gmfn_v2       28
 struct physdev_pirq_eoi_gmfn {
     /* IN */
-    unsigned long gmfn;
+    xen_ulong_t gmfn;
 };
 
 /*