mirror of https://github.com/xemu-project/xemu.git
ppc/pnv: Remove ppc target dependency from pnv_xscom.h
In this commit target specific dependency from include/hw/ppc/pnv_xscom.h has been removed so that pnv_xscom.h can be included outside hw/ppc. Signed-off-by: Chalapathi V <chalapathi.v@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Caleb Schlossin <calebs@linux.vnet.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
3b5ea01e98
commit
117664a1e7
|
@ -21,9 +21,9 @@
|
|||
#define PPC_PNV_XSCOM_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "hw/ppc/pnv.h"
|
||||
|
||||
typedef struct PnvXScomInterface PnvXScomInterface;
|
||||
typedef struct PnvChip PnvChip;
|
||||
|
||||
#define TYPE_PNV_XSCOM_INTERFACE "pnv-xscom-interface"
|
||||
#define PNV_XSCOM_INTERFACE(obj) \
|
||||
|
|
Loading…
Reference in New Issue