diff options
Diffstat (limited to 'include/xen/balloon.h')
| -rw-r--r-- | include/xen/balloon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h index 76f7538bb339..d29c153705bc 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h | |||
| @@ -25,8 +25,9 @@ extern struct balloon_stats balloon_stats; | |||
| 25 | 25 | ||
| 26 | void balloon_set_new_target(unsigned long target); | 26 | void balloon_set_new_target(unsigned long target); |
| 27 | 27 | ||
| 28 | int alloc_xenballooned_pages(int nr_pages, struct page** pages); | 28 | int alloc_xenballooned_pages(int nr_pages, struct page **pages, |
| 29 | void free_xenballooned_pages(int nr_pages, struct page** pages); | 29 | bool highmem); |
| 30 | void free_xenballooned_pages(int nr_pages, struct page **pages); | ||
| 30 | 31 | ||
| 31 | struct sys_device; | 32 | struct sys_device; |
| 32 | #ifdef CONFIG_XEN_SELFBALLOONING | 33 | #ifdef CONFIG_XEN_SELFBALLOONING |
