X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftrace.h;h=2966bbd94c34b5f51dde56269ca6f98d7cff932c;hp=5eaf8c8412d5326915fdf3ce898498a792e0a9e9;hb=a851b91c4c1db76dd1e26a7d1a99124ad456b020;hpb=374127301ec1d72033b9d573b72c7abdfd61990d diff --git a/src/target/trace.h b/src/target/trace.h index 5eaf8c8412..2966bbd94c 100644 --- a/src/target/trace.h +++ b/src/target/trace.h @@ -13,15 +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 TRACE_H -#define TRACE_H - -#include +#ifndef OPENOCD_TARGET_TRACE_H +#define OPENOCD_TARGET_TRACE_H struct target; struct command_context; @@ -60,4 +56,4 @@ int trace_register_commands(struct command_context *cmd_ctx); #define ERROR_TRACE_IMAGE_UNAVAILABLE (-1500) #define ERROR_TRACE_INSTRUCTION_UNAVAILABLE (-1501) -#endif /* TRACE_H */ +#endif /* OPENOCD_TARGET_TRACE_H */