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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/it83xx/intc.h b/chip/it83xx/intc.h
index 5a31c41b9c..45447db485 100644
--- a/chip/it83xx/intc.h
+++ b/chip/it83xx/intc.h
@@ -27,6 +27,9 @@ void pm5_ibf_interrupt(void);
void lpcrst_interrupt(enum gpio_signal signal);
void peci_interrupt(void);
void adc_interrupt(void);
+#ifdef CONFIG_ADC_VOLTAGE_COMPARATOR
+void voltage_comparator_interrupt(void);
+#endif
void i2c_interrupt(int port);
#ifdef CONFIG_I2C_SLAVE
void i2c_slv_interrupt(int port);