X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Foocd_trace.h;h=e7584e4c9dbf26d37afcb8cef5cf6b1090593af4;hb=727f178ab9d7cee04d883555aa57b917c3f2296c;hp=5773674d31dc7ca8fb9328fc642acefd1e024a11;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/oocd_trace.h b/src/target/oocd_trace.h index 5773674d31..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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */