aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openocd.h')
-rw-r--r--src/openocd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/openocd.h b/src/openocd.h
index 344ca80c..543ac3c2 100644
--- a/src/openocd.h
+++ b/src/openocd.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#ifndef OPENOCD_H
-#define OPENOCD_H
+#ifndef OPENOCD_OPENOCD_H
+#define OPENOCD_OPENOCD_H
/**
* Different applications can define this entry point to override
@@ -29,4 +29,4 @@
*/
int openocd_main(int argc, char *argv[]);
-#endif
+#endif /* OPENOCD_OPENOCD_H */