X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Fjep106.h;h=08445803e75b1889d93e009d20564bac20e8ea9d;hb=674141e8a7a6413cb803d90c2a20150260015f81;hp=c8a8622b4586a43d052ea581bf3d8442d8cc0357;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/helper/jep106.h b/src/helper/jep106.h index c8a8622b45..08445803e7 100644 --- a/src/helper/jep106.h +++ b/src/helper/jep106.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#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 */