summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub_switches.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/stub/vboot_api_stub_switches.c')
-rw-r--r--firmware/stub/vboot_api_stub_switches.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/stub/vboot_api_stub_switches.c b/firmware/stub/vboot_api_stub_switches.c
new file mode 100644
index 00000000..29ab8e0d
--- /dev/null
+++ b/firmware/stub/vboot_api_stub_switches.c
@@ -0,0 +1,14 @@
+/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ *
+ * Stub implementations of switch APIs.
+ */
+
+#include "vboot_api.h"
+
+
+int vb2ex_get_alt_os_hotkey(void)
+{
+ return 0;
+}