SmbusArpMap.h 521 B

123456789101112131415161718192021222324252627282930
  1. //
  2. //
  3. /*++
  4. Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. Module Name:
  7. SmbusArpMap.h
  8. Abstract:
  9. GUID for use in describing SMBus devices that were ARPed during PEI.
  10. --*/
  11. #ifndef _EFI_SMBUS_ARP_MAP_GUID_H_
  12. #define _EFI_SMBUS_ARP_MAP_GUID_H_
  13. #define EFI_SMBUS_ARP_MAP_GUID \
  14. { \
  15. 0x707be83e, 0x0bf6, 0x40a5, 0xbe, 0x64, 0x34, 0xc0, 0x3a, 0xa0, 0xb8, 0xe2 \
  16. }
  17. extern EFI_GUID gEfiSmbusArpMapGuid;
  18. #endif