X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=a86cccd04c79fd57166063df197e26232b2868ee;hp=38f1e714cf6a4b2f52947f3ba6d73d9e766a9103;hb=f807d6ab3dc86cd258fb459546b52d9b07fe7986;hpb=9f535f9af7c6b7e8843033049a6da0f6d76d513b diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index 38f1e714cf..a86cccd04c 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -27,6 +27,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef OPENOCD_JTAG_INTERFACES_H #define OPENOCD_JTAG_INTERFACES_H @@ -35,11 +36,11 @@ * 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 struct jtag_interface *jtag_interfaces[]; -#endif // OPENOCD_JTAG_INTERFACES_H +#endif /* OPENOCD_JTAG_INTERFACES_H */