summaryrefslogtreecommitdiff
path: root/chip/npcx/fan_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/fan_chip.h')
-rw-r--r--chip/npcx/fan_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/npcx/fan_chip.h b/chip/npcx/fan_chip.h
index b6af2a7c2e..02c86bc9d4 100644
--- a/chip/npcx/fan_chip.h
+++ b/chip/npcx/fan_chip.h
@@ -5,8 +5,8 @@
/* NPCX-specific MFT module for Chrome EC */
-#ifndef __CROS_EC_NPCX_FAN_H
-#define __CROS_EC_NPCX_FAN_H
+#ifndef __CROS_EC_FAN_CHIP_H
+#define __CROS_EC_FAN_CHIP_H
/* MFT module select */
enum npcx_mft_module {
@@ -59,4 +59,4 @@ struct tacho_status_t {
extern const struct mft_t mft_channels[];
-#endif /* __CROS_EC_NPCX_FAN_H */
+#endif /* __CROS_EC_FAN_CHIP_H */