]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-common.h
Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging
[mirror_qemu.git] / qemu-common.h
index c9e96a808ed130b9432a22aa63ead28963502cbf..50f659af07baed7333f5a2ee03001e7ebe82497f 100644 (file)
@@ -190,7 +190,6 @@ ssize_t qemu_send_full(int fd, const void *buf, size_t count, int flags)
     QEMU_WARN_UNUSED_RESULT;
 ssize_t qemu_recv_full(int fd, void *buf, size_t count, int flags)
     QEMU_WARN_UNUSED_RESULT;
-void qemu_set_cloexec(int fd);
 
 #ifndef _WIN32
 int qemu_eventfd(int pipefd[2]);
@@ -259,6 +258,7 @@ typedef struct SSIBus SSIBus;
 typedef struct EventNotifier EventNotifier;
 typedef struct VirtIODevice VirtIODevice;
 typedef struct QEMUSGList QEMUSGList;
+typedef struct SHPCDevice SHPCDevice;
 
 typedef uint64_t pcibus_t;