summaryrefslogtreecommitdiff
path: root/chip/it83xx/pwm_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/pwm_chip.h')
-rw-r--r--chip/it83xx/pwm_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/it83xx/pwm_chip.h b/chip/it83xx/pwm_chip.h
index d3c31a53fb..3c17b00125 100644
--- a/chip/it83xx/pwm_chip.h
+++ b/chip/it83xx/pwm_chip.h
@@ -5,8 +5,8 @@
/* PWM control module for IT83xx. */
-#ifndef __CROS_EC_IT83XX_PWM_H
-#define __CROS_EC_IT83XX_PWM_H
+#ifndef __CROS_EC_PWM_CHIP_H
+#define __CROS_EC_PWM_CHIP_H
/* Data structure to define PWM channel control registers. */
struct pwm_ctrl_t {
@@ -42,4 +42,4 @@ struct pwm_t {
extern const struct pwm_t pwm_channels[];
-#endif /* __CROS_EC_IT83XX_PWM_H */
+#endif /* __CROS_EC_PWM_CHIP_H */