aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>2021-11-11 23:55:39 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-20 14:43:51 +0000
commit08dac883a14aab398922a4e61d55204d7cef644f (patch)
treed136c4a2901eab56b0026235c67b5432483dab0e /src
parent46e39108400ef717d05c2cff66088f1b499a02a5 (diff)
downloadriscv-openocd-08dac883a14aab398922a4e61d55204d7cef644f.zip
riscv-openocd-08dac883a14aab398922a4e61d55204d7cef644f.tar.gz
riscv-openocd-08dac883a14aab398922a4e61d55204d7cef644f.tar.bz2
jtag/hla_layout: add #include <target/arm_tpiu_swo.h>
hla_layout.h uses explicitly tpiu_pin_protocol enum defined in arm_tpiu_swo.h. To make this header file consistent, add the missing include. Change-Id: Ibecc279da8d6859ced2b8377e812554c747d81bb Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6687 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/jtag/hla/hla_layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/hla/hla_layout.h b/src/jtag/hla/hla_layout.h
index a8088fe..732fe1e 100644
--- a/src/jtag/hla/hla_layout.h
+++ b/src/jtag/hla/hla_layout.h
@@ -23,6 +23,7 @@
#define OPENOCD_JTAG_HLA_HLA_LAYOUT_H
#include <target/armv7m_trace.h>
+#include <target/arm_tpiu_swo.h>
/** */
struct hl_interface_s;