mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:28:18 +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 NICInfo NICInfo;
|
||||
typedef struct NetClientState NetClientState;
|
||||
typedef struct ObjectClass ObjectClass;
|
||||
typedef struct PCIBridge PCIBridge;
|
||||
typedef struct PCIBus PCIBus;
|
||||
typedef struct PCIDevice PCIDevice;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
struct TypeImpl;
|
||||
typedef struct TypeImpl *Type;
|
||||
|
||||
typedef struct ObjectClass ObjectClass;
|
||||
typedef struct Object Object;
|
||||
|
||||
typedef struct TypeInfo TypeInfo;
|
||||
|
|
Loading…
Reference in a new issue