summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
authorRavi Chandra Sadineni <ravisadineni@chromium.org>2019-09-11 10:35:31 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-12 10:25:07 +0000
commit87502c08eb8b5855465257c314c5273fc7af7b26 (patch)
treef16be9ebfd2b566bb52a9b7ad23127593457aafc /include/host_command.h
parenta0e7e66ebd384455041b99d99cce30dea771ddfa (diff)
downloadchrome-ec-87502c08eb8b5855465257c314c5273fc7af7b26.tar.gz
tablet_mode: expose console command.
Expose console command to force tablet mode. This helps in testing whether a given device wakes on tablet mode switch. BUG=b:133262012 BRANCH=None TEST=Deploy on hatch and play with the command. Change-Id: Id6ffbf5226590e10a0758a07761f78024d57bb58 Signed-off-by: Ravi Chandra Sadineni <ravisadineni@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1797370 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/host_command.h b/include/host_command.h
index fbb2639175..3aa0d54d03 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -155,7 +155,6 @@ uint8_t *host_get_memmap(int offset);
*/
uint16_t host_command_process(struct host_cmd_handler_args *args);
-#ifdef CONFIG_HOSTCMD_EVENTS
/**
* Set a single host event.
*
@@ -205,7 +204,6 @@ int get_lazy_wake_mask(enum power_state state, host_event_t *mask);
*/
uint8_t lpc_is_active_wm_set_by_host(void);
#endif
-#endif
/**
* Send a response to the relevant driver for transmission