diff options
Diffstat (limited to 'include/hw/misc/a9scu.h')
-rw-r--r-- | include/hw/misc/a9scu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/hw/misc/a9scu.h b/include/hw/misc/a9scu.h index fd1b92e..c3759fb 100644 --- a/include/hw/misc/a9scu.h +++ b/include/hw/misc/a9scu.h @@ -25,10 +25,8 @@ struct A9SCUState { uint32_t status; uint32_t num_cpu; }; -typedef struct A9SCUState A9SCUState; #define TYPE_A9_SCU "a9-scu" -DECLARE_INSTANCE_CHECKER(A9SCUState, A9_SCU, - TYPE_A9_SCU) +OBJECT_DECLARE_SIMPLE_TYPE(A9SCUState, A9_SCU) #endif |