]> git.sur5r.net Git - openocd/blobdiff - src/target/etm_dummy.h
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for...
[openocd] / src / target / etm_dummy.h
diff --git a/src/target/etm_dummy.h b/src/target/etm_dummy.h
new file mode 100644 (file)
index 0000000..31afeff
--- /dev/null
@@ -0,0 +1,33 @@
+/***************************************************************************\r
+ *   Copyright (C) 2007 by Dominic Rath                                    *\r
+ *   Dominic.Rath@gmx.de                                                   *\r
+ *                                                                         *\r
+ *   This program is free software; you can redistribute it and/or modify  *\r
+ *   it under the terms of the GNU General Public License as published by  *\r
+ *   the Free Software Foundation; either version 2 of the License, or     *\r
+ *   (at your option) any later version.                                   *\r
+ *                                                                         *\r
+ *   This program is distributed in the hope that it will be useful,       *\r
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *\r
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *\r
+ *   GNU General Public License for more details.                          *\r
+ *                                                                         *\r
+ *   You should have received a copy of the GNU General Public License     *\r
+ *   along with this program; if not, write to the                         *\r
+ *   Free Software Foundation, Inc.,                                       *\r
+ *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *\r
+ ***************************************************************************/\r
+#ifndef ETM_DUMMY_H\r
+#define ETM_DUMMY_H\r
+\r
+#include "command.h"\r
+#include "target.h"\r
+#include "register.h"\r
+#include "arm_jtag.h"\r
+\r
+#include "etm.h"\r
+\r
+extern etm_capture_driver_t etm_dummy_capture_driver;\r
+extern int etm_dummy_register_commands(struct command_context_s *cmd_ctx);\r
+\r
+#endif /* ETB_H */\r