X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget_request.h;h=1b1317338e69e390a19ab44138023ac831f17602;hb=bca67d107fb92f583fd906ae974e5ed0d7438c5b;hp=55ac0e9bfff92d938e765ea285e597df5fca5970;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/target_request.h b/src/target/target_request.h index 55ac0e9bff..1b1317338e 100644 --- a/src/target/target_request.h +++ b/src/target/target_request.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 TARGET_REQUEST_H -#define TARGET_REQUEST_H +#ifndef OPENOCD_TARGET_TARGET_REQUEST_H +#define OPENOCD_TARGET_TARGET_REQUEST_H struct target; struct command_context; @@ -54,4 +52,4 @@ int target_request_register_commands(struct command_context *cmd_ctx); */ bool target_got_message(void); -#endif /* TARGET_REQUEST_H */ +#endif /* OPENOCD_TARGET_TARGET_REQUEST_H */