From 4c6cba205cde7cd56583af4b3e64476c33ea4278 Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Sat, 25 Jun 2011 14:35:06 +0200 Subject: 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. --- src/target/arm_adi_v5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/target/arm_adi_v5.c') 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 * * + * 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 #include #include +#include //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. -- cgit v1.2.3