Last change
on this file since 87965 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
476 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | This Protocol provides Crypto services to SMM modules
|
---|
3 |
|
---|
4 | Copyright (C) Microsoft Corporation. All rights reserved.
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef __EDKII_SMM_CRYPTO_PROTOCOL_H__
|
---|
10 | #define __EDKII_SMM_CRYPTO_PROTOCOL_H__
|
---|
11 |
|
---|
12 | #include <Protocol/Crypto.h>
|
---|
13 |
|
---|
14 | ///
|
---|
15 | /// EDK II SMM Crypto Protocol is identical to EDK II Crypto Protocol
|
---|
16 | ///
|
---|
17 | typedef EDKII_CRYPTO_PROTOCOL EDKII_SMM_CRYPTO_PROTOCOL;
|
---|
18 |
|
---|
19 | extern GUID gEdkiiSmmCryptoProtocolGuid;
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.