1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SMMSTORETOOL__FV_H__
4 #define SMMSTORETOOL__FV_H__
10 // Firmware volume is what's stored in SMMSTORE region of CBFS. It wraps
13 bool fv_init(struct mem_range_t fv
);
15 bool fv_parse(struct mem_range_t fv
,
16 struct mem_range_t
*var_store
,
19 #endif // SMMSTORETOOL__FV_H__