diff options
Diffstat (limited to 'include/xen/balloon.h')
-rw-r--r-- | include/xen/balloon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h index f72e4794ec77..a2b22f01a51d 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h | |||
@@ -20,3 +20,6 @@ struct balloon_stats { | |||
20 | extern struct balloon_stats balloon_stats; | 20 | extern struct balloon_stats balloon_stats; |
21 | 21 | ||
22 | void balloon_set_new_target(unsigned long target); | 22 | void balloon_set_new_target(unsigned long target); |
23 | |||
24 | int alloc_xenballooned_pages(int nr_pages, struct page** pages); | ||
25 | void free_xenballooned_pages(int nr_pages, struct page** pages); | ||