summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-22 15:51:16 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-22 15:51:16 -0800
commitb8b1353dd798d4aa811cdccc8eb2d6b41c1090d4 (patch)
treecb070339e7506a90359966563d5c3eeece73ad54 /src/target/arm11.h
parentfa9b0e2167c295c1f0de349563b893540fc73cb0 (diff)
downloadopenocd+libswd-b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4.tar.gz
openocd+libswd-b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4.tar.bz2
openocd+libswd-b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4.tar.xz
openocd+libswd-b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4.zip
ARM11: remove unused state and exports
For now there's no point in saving this stuff after examine() checks it out as OK. Ditto exporting symbols that aren't used outside of the module which defines them. In fact, those two things needlessly complicate the code... Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 3d7841d5..d40faa4f 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -62,15 +62,9 @@ struct arm11_common
/** \name Processor type detection */
/*@{*/
- uint32_t device_id; /**< IDCODE readout */
- uint32_t didr; /**< DIDR readout (debug capabilities) */
- uint8_t implementor; /**< DIDR Implementor readout */
-
size_t brp; /**< Number of Breakpoint Register Pairs from DIDR */
size_t wrp; /**< Number of Watchpoint Register Pairs from DIDR */
- enum arm11_debug_version
- debug_version; /**< ARM debug architecture from DIDR */
/*@}*/
uint32_t last_dscr; /**< Last retrieved DSCR value;