PcAtChipsetTokenSpace.h 472 B

12345678910111213141516171819
  1. /** @file
  2. GUID for PcAtChipsetPkg PCD Token Space.
  3. Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PCATCHIPSET_TOKEN_SPACE_GUID_H_
  7. #define _PCATCHIPSET_TOKEN_SPACE_GUID_H_
  8. #define PCATCHIPSET_TOKEN_SPACE_GUID \
  9. { \
  10. 0x326ae723, 0xae32, 0x4589, { 0x98, 0xb8, 0xca, 0xc2, 0x3c, 0xdc, 0xc1, 0xb1 } \
  11. }
  12. extern EFI_GUID gPcAtChipsetPkgTokenSpaceGuid;
  13. #endif