X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=e17420f53beedf63b2d4bff475a9cb509f84ce46;hb=ffcfbb02152a6696e4e3e6cba359ec89ffd54739;hp=a6d94405994b59818eea89a8741b2a167c72dfd6;hpb=c2cecc74b0acb11254392b6622655a4758f35903;p=openocd.git diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index a6d9440599..e17420f53b 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -25,21 +25,22 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #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 */