]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/m68k/cpu.h
target: Unify QOM style
[mirror_qemu.git] / target / m68k / cpu.h
index 20afb0c94d9a203ab2e9f286c3316eb499a32c3f..9ea18028ad42889b0eedc8c46b6dfeb761430184 100644 (file)
@@ -164,9 +164,7 @@ typedef struct CPUArchState {
  * A Motorola 68k CPU.
  */
 struct ArchCPU {
-    /*< private >*/
     CPUState parent_obj;
-    /*< public >*/
 
     CPUM68KState env;
 };