qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH target-arm 1/2] arm: cpu.h: Remove unused typdefs


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH target-arm 1/2] arm: cpu.h: Remove unused typdefs
Date: Sun, 26 Apr 2015 18:38:18 -0700

These CP accessor function prototypes are unused. Remove them.

Signed-off-by: Peter Crosthwaite <address@hidden>
---
 target-arm/cpu.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 083211c..7069103 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -93,11 +93,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
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]