X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fetm.h;h=6a78b75641538399e1cd2cf0ac5ac0db0a4ef155;hb=74831e74c8a6ac445a8320d2314bcc3c93ddec22;hp=368a5b54ba7fb16cc39b745e5e2f94c61d49f69c;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/etm.h b/src/target/etm.h index 368a5b54ba..6a78b75641 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -19,8 +19,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ETM_H -#define ETM_H +#ifndef OPENOCD_TARGET_ETM_H +#define OPENOCD_TARGET_ETM_H #include "trace.h" #include "arm_jtag.h" @@ -221,4 +221,4 @@ extern const struct command_registration etm_command_handlers[]; #define ERROR_ETM_CAPTURE_INIT_FAILED (-1302) #define ERROR_ETM_ANALYSIS_FAILED (-1303) -#endif /* ETM_H */ +#endif /* OPENOCD_TARGET_ETM_H */