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 8c6d35aa02..508b7e0f3b 100644
--- a/chip/it83xx/intc.h
+++ b/chip/it83xx/intc.h
@@ -23,5 +23,8 @@ void i2c_interrupt(int port);
void clock_sleep_mode_wakeup_isr(void);
int clock_ec_wake_from_sleep(void);
void __enter_hibernate(uint32_t seconds, uint32_t microseconds);
+void espi_interrupt(void);
+void espi_vw_interrupt(void);
+void espi_init(void);
#endif /* __CROS_EC_INTC_H */