summaryrefslogtreecommitdiff
path: root/chip/npcx/clock_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/clock_chip.h')
-rw-r--r--chip/npcx/clock_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/npcx/clock_chip.h b/chip/npcx/clock_chip.h
index ffc5958869..3b2b847dc0 100644
--- a/chip/npcx/clock_chip.h
+++ b/chip/npcx/clock_chip.h
@@ -5,8 +5,8 @@
/* NPCX-specific clock module for Chrome EC */
-#ifndef CLOCK_CHIP_H_
-#define CLOCK_CHIP_H_
+#ifndef __CROS_EC_CLOCK_CHIP_H
+#define __CROS_EC_CLOCK_CHIP_H
/**
* Return the current APB1 clock frequency in Hz.
@@ -18,4 +18,4 @@ int clock_get_apb1_freq(void);
*/
int clock_get_apb2_freq(void);
-#endif /* CLOCK_CHIP_H_ */
+#endif /* __CROS_EC_CLOCK_CHIP_H */