]> Git Repo - qemu.git/blobdiff - target-cris/cpu-qom.h
OpenBIOS: switch over to official OpenBIOS git repo
[qemu.git] / target-cris / cpu-qom.h
index af7d14de4bd907ec89759cddf586397b2ea6d885..7556e9f97eb0033b28d48e11829a914a7864dde2 100644 (file)
@@ -50,33 +50,6 @@ typedef struct CRISCPUClass {
     uint32_t vr;
 } CRISCPUClass;
 
-/**
- * CRISCPU:
- * @env: #CPUCRISState
- *
- * A CRIS CPU.
- */
-typedef struct CRISCPU {
-    /*< private >*/
-    CPUState parent_obj;
-    /*< public >*/
-
-    CPUCRISState env;
-} CRISCPU;
-
-static inline CRISCPU *cris_env_get_cpu(CPUCRISState *env)
-{
-    return container_of(env, CRISCPU, env);
-}
-
-#define ENV_GET_CPU(e) CPU(cris_env_get_cpu(e))
-
-#define ENV_OFFSET offsetof(CRISCPU, env)
-
-void cris_cpu_do_interrupt(CPUState *cpu);
-void crisv10_cpu_do_interrupt(CPUState *cpu);
-
-void cris_cpu_dump_state(CPUState *cs, FILE *f, fprintf_function cpu_fprintf,
-                         int flags);
+typedef struct CRISCPU CRISCPU;
 
 #endif
This page took 0.023817 seconds and 4 git commands to generate.