Browse Source
This reverts commit 9c06a1f79f.
The new header sysemu/qemumachine.h is undesired.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
pull/10/merge
6 changed files with 2 additions and 21 deletions
@ -1,16 +0,0 @@ |
|||
/*
|
|||
* QEMU Machine typedef |
|||
* |
|||
* Copyright Alexander Graf <agraf@suse.de> |
|||
* |
|||
* 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 */ |
|||
Loading…
Reference in new issue