aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xen/platform_pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/platform_pci.h b/include/xen/platform_pci.h
index ce9d671c636c..123b7752fa6a 100644
--- a/include/xen/platform_pci.h
+++ b/include/xen/platform_pci.h
@@ -21,6 +21,7 @@
21#define XEN_UNPLUG_AUX_IDE_DISKS 4 21#define XEN_UNPLUG_AUX_IDE_DISKS 4
22#define XEN_UNPLUG_ALL 7 22#define XEN_UNPLUG_ALL 7
23#define XEN_UNPLUG_IGNORE 8 23#define XEN_UNPLUG_IGNORE 8
24#define XEN_UNPLUG_NEVER 16
24 25
25static inline int xen_must_unplug_nics(void) { 26static inline int xen_must_unplug_nics(void) {
26#if (defined(CONFIG_XEN_NETDEV_FRONTEND) || \ 27#if (defined(CONFIG_XEN_NETDEV_FRONTEND) || \