X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fetm.h;h=6a78b75641538399e1cd2cf0ac5ac0db0a4ef155;hp=ff7925bf78ad4dd799ec6277bfaafd5c5be01c7c;hb=651998e33771bdad56873e3e70bd875104ca1d12;hpb=355f4cadbbf10c75cf05fb1a82bf918b3ab65c55 diff --git a/src/target/etm.h b/src/target/etm.h index ff7925bf78..6a78b75641 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -16,13 +16,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 ETM_H -#define ETM_H +#ifndef OPENOCD_TARGET_ETM_H +#define OPENOCD_TARGET_ETM_H #include "trace.h" #include "arm_jtag.h" @@ -223,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 */