diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-22 16:16:22 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-22 16:16:22 -0600 |
commit | 724c689357211cb929c9b957e1556f211d2b56db (patch) | |
tree | 95121334d97267e1bdf869d181765002d5dbe8e1 /qemu-common.h | |
parent | b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 (diff) | |
parent | 85199474d0df23b87f0b4a3e330401b59aac3ec0 (diff) |
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index fc32d8df95..805be1a8cc 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -172,6 +172,7 @@ ssize_t qemu_write_full(int fd, const void *buf, size_t count) void qemu_set_cloexec(int fd); #ifndef _WIN32 +int qemu_eventfd(int pipefd[2]); int qemu_pipe(int pipefd[2]); #endif |