CapsuleOnDataCD.h 533 B

1234567891011121314151617181920212223
  1. /** @file
  2. Capsule on Data CD GUID.
  3. Copyright (c) 2013-2015 Intel Corporation.
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. This is the contract between the recovery module and device recovery module
  6. in order to convey the name of a given recovery module type
  7. **/
  8. #ifndef _CAPSULE_ON_DATA_CD_H
  9. #define _CAPSULE_ON_DATA_CD_H
  10. #define PEI_CAPSULE_ON_DATA_CD_GUID \
  11. { \
  12. 0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \
  13. };
  14. extern EFI_GUID gPeiCapsuleOnDataCDGuid;
  15. #endif