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
This commit is contained in:
mlu 2009-09-15 16:20:39 +00:00
parent f0ddb40ced
commit 6d2473b65b

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;