From 97de520bc02f96f31063175fbc9cad034e84055d Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Fri, 4 Dec 2009 16:00:43 +0100 Subject: minidriver: fix inline capability of minidriver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Low latency low CPU processing power systems(embedded) will benefit greatly from being able to inline certain jtag_add_xxx() fn's. The trick is that this has to be done in such a way as to allow implementing an OpenOCD API with a shared library(eventually) on a PC hosted OpenOCD. Signed-off-by: Øyvind Harboe --- src/jtag/minidriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/minidriver.h') diff --git a/src/jtag/minidriver.h b/src/jtag/minidriver.h index ea780faf..2109c75f 100644 --- a/src/jtag/minidriver.h +++ b/src/jtag/minidriver.h @@ -47,7 +47,7 @@ // this header will be provided by the minidriver implementation, // and it may provide additional declarations that must be defined. -#include "minidriver_imp.h" +#include int interface_jtag_add_ir_scan( int num_fields, const struct scan_field* fields, -- cgit v1.2.3-18-g5258