diff options
Diffstat (limited to 'include/xen/balloon.h')
-rw-r--r-- | include/xen/balloon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h index 8906361bb50c..d0adfc78dcbd 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h | |||
@@ -43,3 +43,8 @@ static inline void xen_balloon_init(void) | |||
43 | { | 43 | { |
44 | } | 44 | } |
45 | #endif | 45 | #endif |
46 | |||
47 | #ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG | ||
48 | struct resource; | ||
49 | void arch_xen_balloon_init(struct resource *hostmem_resource); | ||
50 | #endif | ||