summaryrefslogtreecommitdiff
path: root/chip/it83xx/intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/intc.h')
-rw-r--r--chip/it83xx/intc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/it83xx/intc.h b/chip/it83xx/intc.h
index 8d125eb943..274c1a129a 100644
--- a/chip/it83xx/intc.h
+++ b/chip/it83xx/intc.h
@@ -5,8 +5,8 @@
/* INTC control module for IT83xx. */
-#ifndef __CROS_EC_IT83XX_INTC_H
-#define __CROS_EC_IT83XX_INTC_H
+#ifndef __CROS_EC_INTC_H
+#define __CROS_EC_INTC_H
void lpc_kbc_ibf_interrupt(void);
void lpc_kbc_obe_interrupt(void);
@@ -17,4 +17,4 @@ void pm4_ibf_interrupt(void);
void pm5_ibf_interrupt(void);
void lpcrst_interrupt(enum gpio_signal signal);
-#endif /* __CROS_EC_IT83XX_INTC_H */
+#endif /* __CROS_EC_INTC_H */