11 lines
182 B
C
11 lines
182 B
C
|
/* 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_ */
|