mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
SecurityPkg/TcgStorageOpalLib: Fix GCC build failure.
Function definition different with function implementation caused this build failure. Change code to make them consistent to pass the build. Done Unit Test: 1. Pass GCC build. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
f803c03cc2
commit
5a1d521dee
@ -334,7 +334,6 @@ OpalPsidRevert(
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
TCG_RESULT
|
TCG_RESULT
|
||||||
EFIAPI
|
|
||||||
OpalPyrite2PsidRevert(
|
OpalPyrite2PsidRevert(
|
||||||
OPAL_SESSION *AdminSpSession,
|
OPAL_SESSION *AdminSpSession,
|
||||||
UINT32 EstimateTimeCost
|
UINT32 EstimateTimeCost
|
||||||
@ -667,7 +666,6 @@ OpalGetMsid(
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
TCG_RESULT
|
TCG_RESULT
|
||||||
EFIAPI
|
|
||||||
OpalPyrite2GetActiveDataRemovalMechanism (
|
OpalPyrite2GetActiveDataRemovalMechanism (
|
||||||
IN OPAL_SESSION *AdminSpSession,
|
IN OPAL_SESSION *AdminSpSession,
|
||||||
OUT UINT8 *ActiveDataRemovalMechanism
|
OUT UINT8 *ActiveDataRemovalMechanism
|
||||||
@ -845,7 +843,6 @@ OpalAdminRevert(
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
TCG_RESULT
|
TCG_RESULT
|
||||||
EFIAPI
|
|
||||||
OpalPyrite2AdminRevert(
|
OpalPyrite2AdminRevert(
|
||||||
OPAL_SESSION *LockingSpSession,
|
OPAL_SESSION *LockingSpSession,
|
||||||
BOOLEAN KeepUserData,
|
BOOLEAN KeepUserData,
|
||||||
@ -1866,7 +1863,6 @@ OpalGetLockingInfo(
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
TCG_RESULT
|
TCG_RESULT
|
||||||
EFIAPI
|
|
||||||
OpalGetFeatureDescriptor (
|
OpalGetFeatureDescriptor (
|
||||||
IN OPAL_SESSION *Session,
|
IN OPAL_SESSION *Session,
|
||||||
IN UINT16 FeatureCode,
|
IN UINT16 FeatureCode,
|
||||||
|
@ -27,7 +27,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
TCG_RESULT
|
TCG_RESULT
|
||||||
EFIAPI
|
|
||||||
OpalPyrite2GetActiveDataRemovalMechanism (
|
OpalPyrite2GetActiveDataRemovalMechanism (
|
||||||
OPAL_SESSION *AdminSpSession,
|
OPAL_SESSION *AdminSpSession,
|
||||||
UINT8 *ActiveDataRemovalMechanism
|
UINT8 *ActiveDataRemovalMechanism
|
||||||
|
Loading…
x
Reference in New Issue
Block a user