X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fminidriver.h;h=688c396309b455a8d3da2abc1bfc1fac75550cdb;hp=b13ef7284ec2620e8dbe9e25f310cfb0ed2bf829;hb=cc2d4f015f72d7c30d613b50572eb9f31fac515a;hpb=38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9 diff --git a/src/jtag/minidriver.h b/src/jtag/minidriver.h index b13ef7284e..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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 @@ -39,7 +37,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: @@ -90,4 +87,4 @@ int interface_jtag_execute_queue(void); */ int default_interface_jtag_execute_queue(void); -#endif /* MINIDRIVER_H */ +#endif /* OPENOCD_JTAG_MINIDRIVER_H */