Skip to content

Commit

Permalink
Update MockFirmwareVolumeBlock.h with CI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Rasheed-Yusuf <[email protected]>
  • Loading branch information
Rasheed-Yusuf authored Nov 22, 2024
1 parent be73181 commit 6a834eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FIRMWARE_VOLUME_BLOCK_PROTOCOL_MOCK = {
};

extern "C" {
EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb = &FIRMWARE_VOLUME_BLOCK_PROTOCOL_MOCK;
EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb = &FIRMWARE_VOLUME_BLOCK_PROTOCOL_MOCK;
}

#endif // MOCK_FIRMWARE_VOLUME_BLOCK_H_

0 comments on commit 6a834eb

Please sign in to comment.