summaryrefslogtreecommitdiff
path: root/include/task_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task_id.h')
-rw-r--r--include/task_id.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/task_id.h b/include/task_id.h
index 2f82e83a8b..db9ef7b3b1 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -5,8 +5,8 @@
/* define the task identifier of all compiled tasks */
-#ifndef __TASK_ID_H
-#define __TASK_ID_H
+#ifndef __CROS_EC_TASK_ID_H
+#define __CROS_EC_TASK_ID_H
/* excludes non-base tasks for test build */
#ifdef TEST_BUILD
@@ -60,4 +60,4 @@ enum {
};
#undef TASK
-#endif /* __TASK_ID_H */
+#endif /* __CROS_EC_TASK_ID_H */