X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fminidriver.h;h=688c396309b455a8d3da2abc1bfc1fac75550cdb;hp=0de87092662b243ab33962859f5bde9691999253;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=63fa73169bd88258ef82f709e79769eacc50f793 diff --git a/src/jtag/minidriver.h b/src/jtag/minidriver.h index 0de8709266..688c396309 100644 --- a/src/jtag/minidriver.h +++ b/src/jtag/minidriver.h @@ -19,13 +19,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 MINIDRIVER_H -#define MINIDRIVER_H +#ifndef OPENOCD_JTAG_MINIDRIVER_H +#define OPENOCD_JTAG_MINIDRIVER_H /** * @page jtagminidriver JTAG Mini-Driver @@ -89,4 +87,4 @@ int interface_jtag_execute_queue(void); */ int default_interface_jtag_execute_queue(void); -#endif /* MINIDRIVER_H */ +#endif /* OPENOCD_JTAG_MINIDRIVER_H */