mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
ppc: do not redefine CPUPPCState
Just include the file that is supposed to bring it in. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
78d6a05d2f
commit
2286459d3a
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
#define PPC_FDT_H
|
||||
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
typedef struct CPUPPCState CPUPPCState;
|
||||
#include "target-ppc/cpu-qom.h"
|
||||
|
||||
#define _FDT(exp) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue