target/xtensa: avoid IHI for writes to non-executable memory
[openocd.git] / src / jtag / interfaces.h
blob6e6c2ce15d3367da57e296ee4ffe7773c0be0198
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2005 by Dominic Rath *
5 * Dominic.Rath@gmx.de *
6 * *
7 * Copyright (C) 2007,2008 Øyvind Harboe *
8 * oyvind.harboe@zylin.com *
9 * *
10 * Copyright (C) 2009 SoftPLC Corporation *
11 * http://softplc.com *
12 * dick@softplc.com *
13 * *
14 * Copyright (C) 2009 Zachary T Welch *
15 * zw@superlucidity.net *
16 ***************************************************************************/
18 #ifndef OPENOCD_JTAG_INTERFACES_H
19 #define OPENOCD_JTAG_INTERFACES_H
21 /** @file
22 * Exports the list of JTAG interface drivers, along with routines
23 * for loading and unloading them dynamically from shared libraries.
26 #include <jtag/interface.h>
28 extern struct adapter_driver *adapter_drivers[];
30 #endif /* OPENOCD_JTAG_INTERFACES_H */