aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index cb7eb01..5ca4eb8 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -107,8 +107,8 @@ struct armv7a_common {
/* Core Debug Unit */
struct arm_dpm dpm;
uint32_t debug_base;
- uint8_t debug_ap;
- uint8_t memory_ap;
+ struct adiv5_ap *debug_ap;
+ struct adiv5_ap *memory_ap;
bool memory_ap_available;
/* mdir */
uint8_t multi_processor_system;