summaryrefslogtreecommitdiff
path: root/board/zinger/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/zinger/debug.h')
-rw-r--r--board/zinger/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/zinger/debug.h b/board/zinger/debug.h
index fcc000a20d..38cea6fb28 100644
--- a/board/zinger/debug.h
+++ b/board/zinger/debug.h
@@ -4,8 +4,8 @@
*/
/* Synchronous UART debug printf */
-#ifndef __BOARD_ZINGER_DEBUG_H
-#define __BOARD_ZINGER_DEBUG_H
+#ifndef __CROS_EC_DEBUG_H
+#define __CROS_EC_DEBUG_H
#ifdef CONFIG_DEBUG_PRINTF
void debug_printf(const char *format, ...);
@@ -13,4 +13,4 @@ void debug_printf(const char *format, ...);
#define debug_printf(...)
#endif
-#endif /* __BOARD_ZINGER_DEBUG_H */
+#endif /* __CROS_EC_DEBUG_H */