diff options
Diffstat (limited to 'include/qemu/object.h')
-rw-r--r-- | include/qemu/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/object.h b/include/qemu/object.h index adbcfb1c1a..a20271f700 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -396,6 +396,8 @@ const char *object_get_typename(Object *obj); */ Type type_register_static(const TypeInfo *info); +#define type_register_static_alias(info, name) do { } while (0) + /** * type_register: * @info: The #TypeInfo of the new type |