/* * QEMU Machine typedef * * Copyright Alexander Graf * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. * */ #ifndef QEMUMACHINE_H #define QEMUMACHINE_H typedef struct QEMUMachine QEMUMachine; #endif /* !QEMUMACHINE_H */