mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
pnv: Fix build failures on some host platforms
This makes some changes to fix build failures on the 'min-glib' docker image, and maybe other platforms with a buildchain that's less tolerant about duplicated typedefs. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
5f3066d8b1
commit
eaf87a3976
3 changed files with 5 additions and 6 deletions
|
@ -19,11 +19,11 @@
|
|||
#ifndef _PPC_PNV_OCC_H
|
||||
#define _PPC_PNV_OCC_H
|
||||
|
||||
#include "hw/ppc/pnv_psi.h"
|
||||
|
||||
#define TYPE_PNV_OCC "pnv-occ"
|
||||
#define PNV_OCC(obj) OBJECT_CHECK(PnvOCC, (obj), TYPE_PNV_OCC)
|
||||
|
||||
typedef struct PnvPsi PnvPsi;
|
||||
|
||||
typedef struct PnvOCC {
|
||||
DeviceState xd;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue