X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fdriver.h;h=ae00414c4bb379325462c7c6b95df35b33fb861a;hb=47b8cf84202bf792cf66fbfa01169e9592236b8a;hp=5a7b4edf4ab7cd299967e219554b50593e6293e1;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/jtag/driver.h b/src/jtag/driver.h index 5a7b4edf4a..ae00414c4b 100644 --- a/src/jtag/driver.h +++ b/src/jtag/driver.h @@ -13,16 +13,14 @@ * 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_DRIVER_H -#define JTAG_DRIVER_H +#ifndef OPENOCD_JTAG_DRIVER_H +#define OPENOCD_JTAG_DRIVER_H struct command_context; int interface_register_commands(struct command_context *ctx); -#endif /* JTAG_DRIVER_H */ +#endif /* OPENOCD_JTAG_DRIVER_H */