]> git.proxmox.com Git - mirror_qemu.git/blob - include/sysemu/qemumachine.h
iothread: add I/O thread object
[mirror_qemu.git] / include / sysemu / qemumachine.h
1 /*
2 * QEMU Machine typedef
3 *
4 * Copyright Alexander Graf <agraf@suse.de>
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 *
9 */
10
11 #ifndef QEMUMACHINE_H
12 #define QEMUMACHINE_H
13
14 typedef struct QEMUMachine QEMUMachine;
15
16 #endif /* !QEMUMACHINE_H */