X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7m.h;h=84711b98b7fc25412ba4fb88f34ea4bbb19335fc;hp=4ecf102c5c547fd066353cb59803a7ba6cedbfde;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=b01b5fe13a67d6ff33b792348c24c5f92a5a8a1b diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 4ecf102c5c..84711b98b7 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -19,9 +19,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef ARMV7M_COMMON_H @@ -146,7 +144,9 @@ struct armv7m_common { int common_magic; int exception_number; - struct adiv5_dap dap; + + /* AP this processor is connected to in the DAP */ + struct adiv5_ap *debug_ap; int fp_feature; uint32_t demcr;