Browse Source

Define debug_base, debug_ap, memory_ap in armv7a_common_t

git-svn-id: svn://svn.berlios.de/openocd/trunk@2714 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
mlu 14 years ago
parent
commit
6d2473b65b
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/target/armv7a.h

+ 7
- 0
src/target/armv7a.h View File

@@ -98,6 +98,13 @@ typedef struct armv7a_common_s

/* arm adp debug port */
swjdp_common_t swjdp_info;

/* Core Debug Unit */
uint32_t debug_base;
uint8_t debug_ap;
uint8_t memory_ap;

/* Cache and Memory Management Unit */
armv4_5_mmu_common_t armv4_5_mmu;
armv4_5_common_t armv4_5_common;
void *arch_info;


Loading…
Cancel
Save