]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/sh4/cpu.h
target: Unify QOM style
[mirror_qemu.git] / target / sh4 / cpu.h
index f75a235973d8a14837e4c5d0c10cc3149f43c39a..dc0561b73bf65202d14e4b95c3226becbff5a665 100644 (file)
@@ -204,9 +204,7 @@ typedef struct CPUArchState {
  * A SuperH CPU.
  */
 struct ArchCPU {
-    /*< private >*/
     CPUState parent_obj;
-    /*< public >*/
 
     CPUSH4State env;
 };