Skip to content

Commit 0947fba

Browse files
rarindamwenlingz
authored andcommitted
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>
1 parent 071ce15 commit 0947fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypervisor/bsp/include/firmware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#define FIRMWARE_H
1010

11+
struct acrn_vm;
1112
struct firmware_operations {
1213
void (*init)(void);
1314
uint64_t (*get_ap_trampoline)(void);

0 commit comments

Comments
 (0)