]> git.sur5r.net Git - openocd/blobdiff - src/helper/jep106.h
tcl/target: ti_tms570.cfg restructure dap support
[openocd] / src / helper / jep106.h
index c8a8622b4586a43d052ea581bf3d8442d8cc0357..08445803e75b1889d93e009d20564bac20e8ea9d 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef JEP106_H
-#define JEP106_H
+#ifndef OPENOCD_HELPER_JEP106_H
+#define OPENOCD_HELPER_JEP106_H
 
 /**
  * Get the manufacturer name associated with a JEP106 ID.
@@ -29,4 +29,4 @@
  */
 const char *jep106_manufacturer(unsigned bank, unsigned id);
 
-#endif
+#endif /* OPENOCD_HELPER_JEP106_H */