summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lpc.h b/include/lpc.h
index a405e93d59..05b8d660e3 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -149,4 +149,7 @@ void lpc_update_host_event_status(void);
*/
uint32_t lpc_override_always_report_mask(void);
+/* Initialize LPC masks. */
+void lpc_init_mask(void);
+
#endif /* __CROS_EC_LPC_H */