summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Guid/MdePkgTokenSpace.h
blob: f9bc776fb5b3e69ba11bac3fe5f5621b7bd8c416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @file
  GUID for MdePkg PCD Token Space

  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef _MDEPKG_TOKEN_SPACE_GUID_H_
#define _MDEPKG_TOKEN_SPACE_GUID_H_

#define MDEPKG_TOKEN_SPACE_GUID \
  { \
    0x914AEBE7, 0x4635, 0x459b, { 0xAA, 0x1C, 0x11, 0xE2, 0x19, 0xB0, 0x3A, 0x10 } \
  }

extern EFI_GUID gEfiMdePkgTokenSpaceGuid;

#endif