summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/power.h b/include/power.h
index e79c949653..e4f4ac1353 100644
--- a/include/power.h
+++ b/include/power.h
@@ -5,8 +5,8 @@
/* Common power interface for all chipsets */
-#ifndef __CROS_EC_POWER_COMMON_H
-#define __CROS_EC_POWER_COMMON_H
+#ifndef __CROS_EC_POWER_H
+#define __CROS_EC_POWER_H
#include "common.h"
#include "gpio.h"
@@ -96,4 +96,4 @@ void power_signal_interrupt(enum gpio_signal signal);
#define power_signal_interrupt NULL
#endif
-#endif /* __CROS_EC_POWER_COMMON_H */
+#endif /* __CROS_EC_POWER_H */