X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fbitq.h;h=df6a08d445d77c0ade7b8916cf8f30e70aaee253;hp=c65e931d9028d0a3957f74322da1bf1d2cc474d2;hb=cc2d4f015f72d7c30d613b50572eb9f31fac515a;hpb=de0130a0aad83c1ef692ee4d68ab996a8668424d diff --git a/src/jtag/drivers/bitq.h b/src/jtag/drivers/bitq.h index c65e931d90..df6a08d445 100644 --- a/src/jtag/drivers/bitq.h +++ b/src/jtag/drivers/bitq.h @@ -13,13 +13,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 BITQ_H -#define BITQ_H +#ifndef OPENOCD_JTAG_DRIVERS_BITQ_H +#define OPENOCD_JTAG_DRIVERS_BITQ_H #include @@ -44,4 +42,4 @@ int bitq_execute_queue(void); void bitq_cleanup(void); -#endif /* BITQ_H */ +#endif /* OPENOCD_JTAG_DRIVERS_BITQ_H */