summaryrefslogtreecommitdiff
path: root/core/nds32/irq_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/irq_chip.h')
-rw-r--r--core/nds32/irq_chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/nds32/irq_chip.h b/core/nds32/irq_chip.h
index fb3bf1b21b..e7b67317a8 100644
--- a/core/nds32/irq_chip.h
+++ b/core/nds32/irq_chip.h
@@ -5,8 +5,8 @@
* Chip-specific part of the IRQ handling.
*/
-#ifndef __IRQ_CHIP_H
-#define __IRQ_CHIP_H
+#ifndef __CROS_EC_IRQ_CHIP_H
+#define __CROS_EC_IRQ_CHIP_H
/**
* Enable an IRQ in the chip interrupt controller.
@@ -51,4 +51,4 @@ int chip_trigger_irq(int irq);
*/
void chip_init_irqs(void);
-#endif /* __IRQ_CHIP_H */
+#endif /* __CROS_EC_IRQ_CHIP_H */