diff options
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h')
-rw-r--r-- | Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h index 4a7429f569..6dc3077981 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/SmmTestPoint.h @@ -43,7 +43,7 @@ typedef struct { TEST_POINT_AIP_PRIVATE_SIGNATURE \
)
-extern EFI_ADAPTER_INFORMATION_PROTOCOL mAdapterInformationProtocol;
+extern EFI_ADAPTER_INFORMATION_PROTOCOL mSmmAdapterInformationProtocol;
/**
Return if input TestPoint data is valid.
|