X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fetm_dummy.h;h=5a1955f37eac863d89b74e593af7aa717c88cd8c;hb=29c81a80510aa82b1842b15a9b091a3062cb51dc;hp=a271fd4601a3855a0cb990d7403acd05f7e1accb;hpb=8c1ec4f0e1a7dd37a2549d83b6cd5c8c57eb34aa;p=openocd.git diff --git a/src/target/etm_dummy.h b/src/target/etm_dummy.h index a271fd4601..5a1955f37e 100644 --- a/src/target/etm_dummy.h +++ b/src/target/etm_dummy.h @@ -13,20 +13,14 @@ * 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. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ETM_DUMMY_H -#define ETM_DUMMY_H -#include "command.h" -#include "target.h" -#include "register.h" -#include "arm_jtag.h" +#ifndef OPENOCD_TARGET_ETM_DUMMY_H +#define OPENOCD_TARGET_ETM_DUMMY_H #include "etm.h" -extern etm_capture_driver_t etm_dummy_capture_driver; +extern struct etm_capture_driver etm_dummy_capture_driver; -#endif /* ETB_H */ +#endif /* OPENOCD_TARGET_ETM_DUMMY_H */