X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Foocd_trace.h;h=e7584e4c9dbf26d37afcb8cef5cf6b1090593af4;hb=92f51c50ae41732ba287ea8ee4a4cdeb54e313ee;hp=538f1b26b2680ce5d977c277f6db34b69222b7c8;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=openocd.git diff --git a/src/target/oocd_trace.h b/src/target/oocd_trace.h index 538f1b26b2..e7584e4c9d 100644 --- a/src/target/oocd_trace.h +++ b/src/target/oocd_trace.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 OOCD_TRACE_H -#define OOCD_TRACE_H +#ifndef OPENOCD_TARGET_OOCD_TRACE_H +#define OPENOCD_TARGET_OOCD_TRACE_H #include @@ -52,4 +50,4 @@ struct oocd_trace { extern struct etm_capture_driver oocd_trace_capture_driver; -#endif /* OOCD_TRACE_TRACE_H */ +#endif /* OPENOCD_TARGET_OOCD_TRACE_H */