]> git.proxmox.com Git - qemu.git/blobdiff - balloon.h
target-mips: Fix incorrect code and test for INSV
[qemu.git] / balloon.h
index b60fd5d9f22a05d608d1af063498f0cacfb392b5..b803a00741fcbed730c7efcc5473c83885234c3d 100644 (file)
--- a/balloon.h
+++ b/balloon.h
@@ -24,4 +24,6 @@ int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
                             QEMUBalloonStatus *stat_func, void *opaque);
 void qemu_remove_balloon_handler(void *opaque);
 
+void qemu_balloon_changed(int64_t actual);
+
 #endif