summaryrefslogtreecommitdiff
path: root/test/powerdemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/powerdemo.h')
-rw-r--r--test/powerdemo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/powerdemo.h b/test/powerdemo.h
index 78acfc095b..2e0360f7c2 100644
--- a/test/powerdemo.h
+++ b/test/powerdemo.h
@@ -5,12 +5,12 @@
/* Power state machine demo module for Chrome EC */
-#ifndef __CROS_EC_POWERDEMO_H
-#define __CROS_EC_POWERDEMO_H
+#ifndef __TEST_POWERDEMO_H
+#define __TEST_POWERDEMO_H
#include "common.h"
/* Initializes the module. */
int power_demo_init(void);
-#endif /* __CROS_EC_POWERDEMO_H */
+#endif /* __TEST_POWERDEMO_H */