/* SPDX-License-Identifier: BSD-3-Clause */ #ifndef _LP_VBOOT_H_ #define _LP_VBOOT_H_ #include struct vb2_context *vboot_get_context(void); #endif /* _LP_VBOOT_H_ */