aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/include/public/physdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h
index 16d800f58c..b78eeba9ca 100644
--- a/xen/include/public/physdev.h
+++ b/xen/include/public/physdev.h
@@ -333,7 +333,7 @@ DEFINE_XEN_GUEST_HANDLE(physdev_pci_device_t);
#define PHYSDEVOP_IRQ_NEEDS_UNMASK_NOTIFY XENIRQSTAT_needs_eoi
#define PHYSDEVOP_IRQ_SHARED XENIRQSTAT_shared
-#if __XEN_INTERFACE_VERSION < 0x00040200
+#if __XEN_INTERFACE_VERSION__ < 0x00040200
#define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v1
#else
#define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v2