BiosId.h 588 B

123456789101112131415161718192021222324252627282930
  1. /*++
  2. Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. BiosId.h
  6. Abstract:
  7. GUIDs used for Bios ID.
  8. --*/
  9. #ifndef _BIOS_ID_H_
  10. #define _BIOS_ID_H_
  11. #define EFI_BIOS_ID_GUID \
  12. { 0xC3E36D09, 0x8294, 0x4b97, 0xA8, 0x57, 0xD5, 0x28, 0x8F, 0xE3, 0x3E, 0x28 }
  13. extern EFI_GUID gEfiBiosIdGuid;
  14. #endif