summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 2a69cbced8..2e0a2eea74 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -89,6 +89,13 @@ enum lpc_host_event_type {
*/
host_event_t lpc_get_host_events(void);
+#ifdef TEST_BUILD
+/**
+ * Set host events.
+ */
+void lpc_set_host_event_state(host_event_t events);
+#endif
+
/**
* Get host events that are set based on the type provided.
*
@@ -162,4 +169,4 @@ void lpc_init_mask(void);
*/
void lpc_s3_resume_clear_masks(void);
-#endif /* __CROS_EC_LPC_H */
+#endif /* __CROS_EC_LPC_H */