summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/case_closed_debug.h')
-rw-r--r--include/case_closed_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/case_closed_debug.h b/include/case_closed_debug.h
index 5445022ec3..82c9c9548f 100644
--- a/include/case_closed_debug.h
+++ b/include/case_closed_debug.h
@@ -4,8 +4,8 @@
*
* Case Closed Debug interface
*/
-#ifndef INCLUDE_CASE_CLOSED_DEBUG_H
-#define INCLUDE_CASE_CLOSED_DEBUG_H
+#ifndef __CROS_EC_CASE_CLOSED_DEBUG_H
+#define __CROS_EC_CASE_CLOSED_DEBUG_H
enum ccd_mode {
/*
@@ -33,4 +33,4 @@ enum ccd_mode {
*/
void ccd_set_mode(enum ccd_mode new_mode);
-#endif /* INCLUDE_CASE_CLOSED_DEBUG_H */
+#endif /* __CROS_EC_CASE_CLOSED_DEBUG_H */