VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/LegacySpiSmmFlash.h@ 105668

Last change on this file since 105668 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 796 bytes
Line 
1/** @file
2 This file defines the Legacy SPI SMM Flash Protocol.
3
4 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 This Protocol was introduced in UEFI PI Specification 1.6.
9
10**/
11
12#ifndef __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
13#define __LEGACY_SPI_SMM_FLASH_PROTOCOL_H__
14
15#include <Protocol/LegacySpiFlash.h>
16
17///
18/// Global ID for the Legacy SPI SMM Flash Protocol
19///
20#define EFI_LEGACY_SPI_SMM_FLASH_PROTOCOL_GUID \
21 { 0x5e3848d4, 0x0db5, 0x4fc0, \
22 { 0x97, 0x29, 0x3f, 0x35, 0x3d, 0x4f, 0x87, 0x9f }}
23
24typedef
25 struct _EFI_LEGACY_SPI_FLASH_PROTOCOL
26EFI_LEGACY_SPI_SMM_FLASH_PROTOCOL;
27
28extern EFI_GUID gEfiLegacySpiSmmFlashProtocolGuid;
29
30#endif // __SPI_SMM_FLASH_PROTOCOL_H__
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette