]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Private/Protocol/SmmCrypto.h
CryptoPkg: Apply uncrustify changes
[mirror_edk2.git] / CryptoPkg / Private / Protocol / SmmCrypto.h
CommitLineData
3b0e0430
MK
1/** @file\r
2 This Protocol provides Crypto services to SMM modules\r
3\r
4 Copyright (C) Microsoft Corporation. All rights reserved.\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#ifndef __EDKII_SMM_CRYPTO_PROTOCOL_H__\r
10#define __EDKII_SMM_CRYPTO_PROTOCOL_H__\r
11\r
12#include <Protocol/Crypto.h>\r
13\r
14///\r
15/// EDK II SMM Crypto Protocol is identical to EDK II Crypto Protocol\r
16///\r
17typedef EDKII_CRYPTO_PROTOCOL EDKII_SMM_CRYPTO_PROTOCOL;\r
18\r
7c342378 19extern GUID gEdkiiSmmCryptoProtocolGuid;\r
3b0e0430
MK
20\r
21#endif\r