]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/avr/cpu-qom.h
target: Unify QOM style
[mirror_qemu.git] / target / avr / cpu-qom.h
index 01ea5f160b6e29dda5c0ce7f1f3c26c99edd53e0..d89be01e0fa55d134575fedb78f978c297896612 100644 (file)
@@ -36,9 +36,8 @@ OBJECT_DECLARE_CPU_TYPE(AVRCPU, AVRCPUClass, AVR_CPU)
  *  A AVR CPU model.
  */
 struct AVRCPUClass {
-    /*< private >*/
     CPUClass parent_class;
-    /*< public >*/
+
     DeviceRealize parent_realize;
     ResettablePhases parent_phases;
 };