]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/cpu.h
user_only: compile everything with -fpie
[qemu.git] / target-ppc / cpu.h
index f1d7d808f0793fd6ab3ddb70fd8531b752f652d6..2535cbc0c5a8bc15a18aae0bd3f2263a0669eed2 100644 (file)
@@ -734,8 +734,6 @@ void ppc_store_sr (CPUPPCState *env, int srnum, target_ulong value);
 #endif /* !defined(CONFIG_USER_ONLY) */
 void ppc_store_msr (CPUPPCState *env, target_ulong value);
 
-void cpu_ppc_reset (void *opaque);
-
 void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
 
 const ppc_def_t *cpu_ppc_find_by_name (const char *name);