KVM: Split QEMUMachine typedef into separate header
[qemu/ar7.git] / include / sysemu / qemumachine.h
blob4cefd56b675d810495e53a0e276fd6460d4d3dd0
1 /*
2 * QEMU Machine typedef
4 * Copyright Alexander Graf <agraf@suse.de>
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.
9 */
11 #ifndef QEMUMACHINE_H
12 #define QEMUMACHINE_H
14 typedef struct QEMUMachine QEMUMachine;
16 #endif /* !QEMUMACHINE_H */