X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=02d201b1faa0362a0dd2415da588de16bb01d966;hb=6a4f5a4a6707520b7e12ec4199cd77129ee6436e;hp=a6d94405994b59818eea89a8741b2a167c72dfd6;hpb=c2cecc74b0acb11254392b6622655a4758f35903;p=openocd.git diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index a6d9440599..02d201b1fa 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -23,23 +23,22 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ + #ifndef OPENOCD_JTAG_INTERFACES_H #define OPENOCD_JTAG_INTERFACES_H -/** - * @file Exports the list of JTAG interface drivers, along with routines +/** @file + * Exports the list of JTAG interface drivers, along with routines * for loading and unloading them dynamically from shared libraries. */ -#include "interface.h" +#include -/// Dynamically load all JTAG interface modules from specified directory. +/** Dynamically load all JTAG interface modules from specified directory. */ void jtag_interface_modules_load(const char *path); -extern jtag_interface_t *jtag_interfaces[]; +extern struct jtag_interface *jtag_interfaces[]; -#endif // OPENOCD_JTAG_INTERFACES_H +#endif /* OPENOCD_JTAG_INTERFACES_H */