]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/xen/balloon.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[karo-tx-linux.git] / include / xen / balloon.h
index 4076ed72afbdeec4e8ee238c9b239fa238b7ff17..76f7538bb339be1c9cf3612e5721297f06af8acd 100644 (file)
@@ -15,6 +15,10 @@ struct balloon_stats {
        unsigned long max_schedule_delay;
        unsigned long retry_count;
        unsigned long max_retry_count;
+#ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG
+       unsigned long hotplug_pages;
+       unsigned long balloon_hotplug;
+#endif
 };
 
 extern struct balloon_stats balloon_stats;