X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fetm_dummy.h;h=5a1955f37eac863d89b74e593af7aa717c88cd8c;hp=31afeffb61a7812d2d3a8525d120c724e89a39ff;hb=7a3eec2b4d9dbb9533acfb271dbe91afa0727c8e;hpb=1429d2c659ab9b84dee673e7697da7eab44a8f90 diff --git a/src/target/etm_dummy.h b/src/target/etm_dummy.h index 31afeffb61..5a1955f37e 100644 --- a/src/target/etm_dummy.h +++ b/src/target/etm_dummy.h @@ -1,33 +1,26 @@ -/*************************************************************************** - * Copyright (C) 2007 by Dominic Rath * - * Dominic.Rath@gmx.de * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * 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, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ -#ifndef ETM_DUMMY_H -#define ETM_DUMMY_H - -#include "command.h" -#include "target.h" -#include "register.h" -#include "arm_jtag.h" - -#include "etm.h" - -extern etm_capture_driver_t etm_dummy_capture_driver; -extern int etm_dummy_register_commands(struct command_context_s *cmd_ctx); - -#endif /* ETB_H */ +/*************************************************************************** + * Copyright (C) 2007 by Dominic Rath * + * Dominic.Rath@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * 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 OPENOCD_TARGET_ETM_DUMMY_H +#define OPENOCD_TARGET_ETM_DUMMY_H + +#include "etm.h" + +extern struct etm_capture_driver etm_dummy_capture_driver; + +#endif /* OPENOCD_TARGET_ETM_DUMMY_H */