]> Git Repo - qemu.git/blobdiff - hw/sb16.c
qdev: New property type chs-translation
[qemu.git] / hw / sb16.c
index db8929b98ed51e821520ff3c3eb01a82e87e55ae..c81455d7f3266e3a681f8cfa9b7f8ef3ba6581f8 100644 (file)
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1417,8 +1417,9 @@ static TypeInfo sb16_info = {
     .class_init    = sb16_class_initfn,
 };
 
-static void sb16_register (void)
+static void sb16_register_types (void)
 {
     type_register_static (&sb16_info);
 }
-device_init (sb16_register)
+
+type_init (sb16_register_types)
This page took 0.026848 seconds and 4 git commands to generate.