mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-19 05:13:51 +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…
Add table
Add a link
Reference in a new issue