From 8adf6aff7c986bca7cc769ee2cc2425975b9c079 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Mon, 12 Feb 2018 21:11:26 -0500 Subject: [PATCH] arm: cpu.h: Remove unused typdefs These CP accessor function prototypes are unused. Remove them. Backports commit ef1d27f4b17c4238ed3395724026910973026d2b from qemu --- qemu/target-arm/cpu.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qemu/target-arm/cpu.h b/qemu/target-arm/cpu.h index ee26df81..1d2f4261 100644 --- a/qemu/target-arm/cpu.h +++ b/qemu/target-arm/cpu.h @@ -96,11 +96,6 @@ #define ARM_CPU_VIRQ 2 #define ARM_CPU_VFIQ 3 -typedef void ARMWriteCPFunc(void *opaque, int cp_info, - int srcreg, int operand, uint32_t value); -typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info, - int dstreg, int operand); - struct arm_boot_info; #define NB_MMU_MODES 7