summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub_switches.c
blob: 29ab8e0d8db60a19265ef158fc9bc6db26180ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}