summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/lp_vboot.h
blob: 56ec46024e5091f7edb254920155a840c6a16647 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: BSD-3-Clause */

#ifndef _LP_VBOOT_H_
#define _LP_VBOOT_H_

#include <vb2_api.h>

struct vb2_context *vboot_get_context(void);

#endif /* _LP_VBOOT_H_ */