X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=018a3615e5acddc1737f732b09a9b19dbb3c0ab4;hb=2a34cc8eb6a8431ecebad1279d19ce919978a778;hp=a6d94405994b59818eea89a8741b2a167c72dfd6;hpb=c2cecc74b0acb11254392b6622655a4758f35903;p=fw%2Fopenocd diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index a6d944059..018a3615e 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -30,16 +30,16 @@ #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. 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