X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=7702d6ca81ec2b6d6dc82820cb3ae94256f09792;hb=0dc707a6d6c4d65375dbc522d73ef1c00e36b447;hp=38247b29cae45f22b3dcd502066f2ca178694400;hpb=e54983c10f5e0fe0f58281115497565d3581fca9;p=openocd.git diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 38247b29ca..7702d6ca81 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -16,13 +16,11 @@ * GNU General Public License for more details. * * * * 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., * -* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * +* along with this program. If not, see . * ***************************************************************************/ -#ifndef JTAG_H -#define JTAG_H +#ifndef OPENOCD_JTAG_JTAG_H +#define OPENOCD_JTAG_JTAG_H #include #include @@ -648,4 +646,4 @@ bool transport_is_jtag(void); int jim_jtag_newtap(Jim_Interp *interp, int argc, Jim_Obj *const *argv); -#endif /* JTAG_H */ +#endif /* OPENOCD_JTAG_JTAG_H */