mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue