]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Common/Pcd.h
Initial import.
[mirror_edk2.git] / MdePkg / Include / Common / Pcd.h
CommitLineData
878ddf1f 1/** @file\r
2 This file defines the common macro and data structure shared between PCD PEIM and\r
3 PCD DXE driver.\r
4\r
5 Copyright (c) 2006, Intel Corporation\r
6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14 Module Name: Pcd.h\r
15\r
16**/\r
17#ifndef _COMMON_PCD_H\r
18#define _COMMON_PCD_H\r
19\r
20typedef UINT32 PCD_TOKEN_NUMBER;\r
21typedef UINT8 SKU_ID;\r
22\r
23#define PCD_INVALID_TOKEN ((PCD_TOKEN_NUMBER)(-1))\r
24\r
25typedef\r
26VOID\r
27(EFIAPI *PCD_PROTOCOL_CALLBACK) (\r
28 IN UINT32 CallBackToken,\r
29 IN VOID *TokenData,\r
30 IN UINTN TokenDataSize\r
31 );\r
32\r
33#endif\r