X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7m_trace.h;h=4f9939464f6c909e0de92488044acc3b262ec9e4;hb=e84592d17d11bb1b3bbae24e1aed725913787285;hp=96c18958700bbc76ba1b748c752391bcd932354f;hpb=a09a75653dbe7ad99da6349285ab6622b80fdc15;p=openocd.git diff --git a/src/target/armv7m_trace.h b/src/target/armv7m_trace.h index 96c1895870..4f9939464f 100644 --- a/src/target/armv7m_trace.h +++ b/src/target/armv7m_trace.h @@ -10,11 +10,15 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 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, see . * ***************************************************************************/ -#ifndef ARMV7M_TRACE_H -#define ARMV7M_TRACE_H +#ifndef OPENOCD_TARGET_ARMV7M_TRACE_H +#define OPENOCD_TARGET_ARMV7M_TRACE_H +#include #include /** @@ -84,4 +88,4 @@ int armv7m_trace_tpiu_config(struct target *target); */ int armv7m_trace_itm_config(struct target *target); -#endif +#endif /* OPENOCD_TARGET_ARMV7M_TRACE_H */