PlatformSmmSpiReady.h 552 B

1234567891011121314151617181920212223
  1. /** @file
  2. This protocol indicates that the platform SPI interface is ready for use.
  3. Copyright (c) 2013-2015 Intel Corporation.
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PLATFORM_SPI_READY_H_
  7. #define _PLATFORM_SPI_READY_H_
  8. // {7A5DBC75-5B2B-4e67-BDE1-D48EEE761562}
  9. #define EFI_SMM_SPI_READY_PROTOCOL_GUID \
  10. { 0x7a5dbc75, 0x5b2b, 0x4e67, 0xbd, 0xe1, 0xd4, 0x8e, 0xee, 0x76, 0x15, 0x62 }
  11. //
  12. // Extern the GUID for protocol users.
  13. //
  14. extern EFI_GUID gEfiSmmSpiReadyProtocolGuid;
  15. #endif