diff options
Diffstat (limited to 'include/xen')
-rw-r--r-- | include/xen/platform_pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/platform_pci.h b/include/xen/platform_pci.h index 123b7752fa6a..590ccfd82645 100644 --- a/include/xen/platform_pci.h +++ b/include/xen/platform_pci.h | |||
@@ -20,7 +20,7 @@ | |||
20 | #define XEN_UNPLUG_ALL_NICS 2 | 20 | #define XEN_UNPLUG_ALL_NICS 2 |
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_UNNECESSARY 8 |
24 | #define XEN_UNPLUG_NEVER 16 | 24 | #define XEN_UNPLUG_NEVER 16 |
25 | 25 | ||
26 | static inline int xen_must_unplug_nics(void) { | 26 | static inline int xen_must_unplug_nics(void) { |