diff options
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index d63d9b20f1..8df0b6a39c 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 |