9#ifndef _EFI_TCG_MOR_LOCK_H_
10#define _EFI_TCG_MOR_LOCK_H_
37 IN CHAR16 *VariableName,
39 OUT UINT32 *Attributes OPTIONAL,
73 IN CHAR16 *VariableName,
109 IN CHAR16 *VariableName,
111 IN UINT32 Attributes,
EFI_STATUS EFIAPI SetVariableCheckHandlerMor(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data)
EFI_STATUS EFIAPI InternalSetVariable(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data)
EFI_STATUS EFIAPI InternalGetVariable(IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data)
EFI_STATUS EFIAPI MorLockDriverInit(VOID)