summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-06-25 14:35:06 +0200
committerTomek CEDRO <cederom@tlen.pl>2011-06-25 14:35:06 +0200
commit4c6cba205cde7cd56583af4b3e64476c33ea4278 (patch)
treed2e39671e941a70310dc5dc3eaee670e08513001 /src/target/arm_adi_v5.c
parentdc647115408c78ad39ed76fb12bf6cf7db7254fa (diff)
downloadopenocd_libswd-4c6cba205cde7cd56583af4b3e64476c33ea4278.tar.gz
openocd_libswd-4c6cba205cde7cd56583af4b3e64476c33ea4278.tar.bz2
openocd_libswd-4c6cba205cde7cd56583af4b3e64476c33ea4278.tar.xz
openocd_libswd-4c6cba205cde7cd56583af4b3e64476c33ea4278.zip
TRANSPORT/TARGET: Updated source tree to build and use new swd infrastructure from src/transport not jtag/swd.h nor target/adi_v5_swd.c.
Diffstat (limited to 'src/target/arm_adi_v5.c')
-rw-r--r--src/target/arm_adi_v5.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index 66ec114f..cfef7880 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -10,7 +10,8 @@
* *
* Copyright (C) 2009-2010 by David Brownell *
* *
- * Copyright (C) 2011 Tomasz Boleslaw CEDRO <cederom@tlen.pl> * *
+ * Copyright (C) 2011 Tomasz Boleslaw CEDRO *
+ * cederom@tlen.pl, http://www.tomek.cedro.info *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -76,6 +77,7 @@
#include <helper/time_support.h>
#include <jtag/interface.h>
#include <transport/transport.h>
+#include <transport/swd.h>
//We need to have access to information on other layers such as transport etc
//these are kept in global interface structure for now. Change ASAP.