X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=e17420f53beedf63b2d4bff475a9cb509f84ce46;hp=018a3615e5acddc1737f732b09a9b19dbb3c0ab4;hb=191a5736c202dfb784e86a8190edc64e80dc62e5;hpb=165fb9309d16ff91967f26ce8c01bfd176371506 diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index 018a3615e5..e17420f53b 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -25,8 +25,9 @@ * 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 @@ -37,9 +38,9 @@ #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 */