aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/balloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/balloon.h')
-rw-r--r--include/xen/balloon.h5
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
48struct resource;
49void arch_xen_balloon_init(struct resource *hostmem_resource);
50#endif