X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fminidriver.h;h=0de87092662b243ab33962859f5bde9691999253;hb=20fcd0729e7187e8fe6a38ce53b0a1b95ea647fb;hp=b13ef7284ec2620e8dbe9e25f310cfb0ed2bf829;hpb=38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9;p=openocd.git diff --git a/src/jtag/minidriver.h b/src/jtag/minidriver.h index b13ef7284e..0de8709266 100644 --- a/src/jtag/minidriver.h +++ b/src/jtag/minidriver.h @@ -21,7 +21,7 @@ * 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 MINIDRIVER_H @@ -39,7 +39,6 @@ * define static inline versions of them): * - jtag_add_callback * - jtag_add_callback4 - * - interface_jtag_add_dr_out * * The following core functions are declared in this file for use by * the minidriver and do @b not need to be defined by an implementation: