mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
HV: vm_load: rename vboot_info.h to vboot.h
vboot_info.h declares vm loader function also, so rename the file name to vboot.h; Tracked-On: #6323 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef VBOOT_INFO_H
|
||||
#ifndef VBOOT_H
|
||||
|
||||
#define VBOOT_INFO_H
|
||||
#define VBOOT_H
|
||||
|
||||
int32_t init_vm_boot_info(struct acrn_vm *vm);
|
||||
void load_sw_module(struct acrn_vm *vm, struct sw_module_info *sw_module);
|
||||
@@ -19,4 +19,4 @@ int32_t vm_rawimage_loader(struct acrn_vm *vm);
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* end of include guard: VBOOT_INFO_H */
|
||||
#endif /* end of include guard: VBOOT_H */
|
Reference in New Issue
Block a user