X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSecurity%2FSecurityStub%2FDxe%2FSecurityStub.h;fp=MdeModulePkg%2FUniversal%2FSecurity%2FSecurityStub%2FDxe%2FSecurityStub.h;h=dedc14afdbe1e22ff4d3c47f982288cbcfeb4086;hp=e94015d4e3cb4f86559f27b4f7965e3d88531c76;hb=42bc7f77710572f832c5054d3c5f738e3bcf5435;hpb=8ab504f024d09ed27a7fc15b661e8e66937fc37e diff --git a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.h b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.h index e94015d4e3..dedc14afdb 100644 --- a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.h +++ b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.h @@ -1,23 +1,16 @@ -/*++ - -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - SecurityStub.h +/** @file + Some definitions for Security Architectural Protocol stub driver -Abstract: + Copyright (c) 2006 - 2007, Intel Corporation + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php - Some definitions for Security Architectural Protocol stub driver + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ---*/ +**/ #ifndef _SECURITY_STUB_ARCH_PROTOCOL_H #define _SECURITY_STUB_ARCH_PROTOCOL_H @@ -41,15 +34,13 @@ SecurityStubAuthenticateState ( IN EFI_SECURITY_ARCH_PROTOCOL *This, IN UINT32 AuthenticationStatus, IN EFI_DEVICE_PATH_PROTOCOL *File - ) -; + ); EFI_STATUS EFIAPI SecurityStubInitialize ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable - ) -; + ); #endif