arm: cpu.h: Remove unused typdefs

These CP accessor function prototypes are unused. Remove them.

Backports commit ef1d27f4b17c4238ed3395724026910973026d2b from qemu
This commit is contained in:
Peter Crosthwaite 2018-02-12 21:11:26 -05:00 committed by Lioncash
parent 4680ceca1d
commit 8adf6aff7c
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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