1 /* 2 * Copyright (C) 2018-2022 Intel Corporation. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _SECURITY_VM_FIXUP_H_ 8 #define _SECURITY_VM_FIXUP_H_ 9 10 void passthrough_smbios(struct acrn_vm *vm, struct acrn_boot_info *abi); 11 void security_vm_fixup(uint16_t vm_id); 12 13 #endif /* _SECURITY_VM_FIXUP_H_ */ 14