summaryrefslogtreecommitdiff
path: root/chip/mec1322/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/lpc.c')
-rw-r--r--chip/mec1322/lpc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/mec1322/lpc.c b/chip/mec1322/lpc.c
index 5ccd7cb43f..7b71eb2d09 100644
--- a/chip/mec1322/lpc.c
+++ b/chip/mec1322/lpc.c
@@ -148,6 +148,12 @@ void lpc_set_host_event_state(uint32_t mask)
/* TODO(crosbug.com/p/24107): Host event */
}
+int lpc_query_host_event_state(void)
+{
+ /* TODO(crosbug.com/p/24107): Host event */
+ return 0;
+}
+
void lpc_set_host_event_mask(enum lpc_host_event_type type, uint32_t mask)
{
/* TODO(crosbug.com/p/24107): Host event */