summaryrefslogtreecommitdiff
path: root/chip/g/pmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/pmu.h')
-rw-r--r--chip/g/pmu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/g/pmu.h b/chip/g/pmu.h
index 7411735850..db832184df 100644
--- a/chip/g/pmu.h
+++ b/chip/g/pmu.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef INC_PMU_H_
-#define INC_PMU_H_
+#ifndef __CROS_EC_PMU_H
+#define __CROS_EC_PMU_H
#include "common.h"
#include "registers.h"
@@ -110,4 +110,4 @@ extern void pmu_powerdown_exit(void);
* enable clock doubler for USB purposes
*/
void pmu_enable_clock_doubler(void);
-#endif /* INC_PMU_H_ */
+#endif /* __CROS_EC_PMU_H */