aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/balloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysemu/balloon.h')
-rw-r--r--include/sysemu/balloon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/balloon.h b/include/sysemu/balloon.h
index aea0c44985..20a2defe3a 100644
--- a/include/sysemu/balloon.h
+++ b/include/sysemu/balloon.h
@@ -23,7 +23,5 @@ typedef void (QEMUBalloonStatus)(void *opaque, BalloonInfo *info);
int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
QEMUBalloonStatus *stat_func, void *opaque);
void qemu_remove_balloon_handler(void *opaque);
-bool qemu_balloon_is_inhibited(void);
-void qemu_balloon_inhibit(bool state);
#endif