HV: Fix a compiler warning in firmware.h

Added a struct acrn_vm in firmware.h to remove
a compiler warning.
No change in logic.

Tracked-On: #2830
Signed-off-by: Arindam Roy <arindam.roy@intel.com>
This commit is contained in:
Arindam Roy 2019-03-20 11:16:17 -07:00 committed by wenlingz
parent 071ce15ed4
commit 0947fbab94
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#define FIRMWARE_H
struct acrn_vm;
struct firmware_operations {
void (*init)(void);
uint64_t (*get_ap_trampoline)(void);