mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:48:16 +00:00
move ObjectClass to typedefs.h
Backports commit 7cfda775e575e9561043c26853b4ca6f891cce70 from qemu
This commit is contained in:
parent
d783407cff
commit
94c8893678
2 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,7 @@ typedef struct MigrationParams MigrationParams;
|
||||||
typedef struct MouseTransformInfo MouseTransformInfo;
|
typedef struct MouseTransformInfo MouseTransformInfo;
|
||||||
typedef struct NICInfo NICInfo;
|
typedef struct NICInfo NICInfo;
|
||||||
typedef struct NetClientState NetClientState;
|
typedef struct NetClientState NetClientState;
|
||||||
|
typedef struct ObjectClass ObjectClass;
|
||||||
typedef struct PCIBridge PCIBridge;
|
typedef struct PCIBridge PCIBridge;
|
||||||
typedef struct PCIBus PCIBus;
|
typedef struct PCIBus PCIBus;
|
||||||
typedef struct PCIDevice PCIDevice;
|
typedef struct PCIDevice PCIDevice;
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
struct TypeImpl;
|
struct TypeImpl;
|
||||||
typedef struct TypeImpl *Type;
|
typedef struct TypeImpl *Type;
|
||||||
|
|
||||||
typedef struct ObjectClass ObjectClass;
|
|
||||||
typedef struct Object Object;
|
typedef struct Object Object;
|
||||||
|
|
||||||
typedef struct TypeInfo TypeInfo;
|
typedef struct TypeInfo TypeInfo;
|
||||||
|
|
Loading…
Reference in a new issue