]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/StatusCodeCallbackGuid.h
Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / StatusCodeCallbackGuid.h
CommitLineData
25126a05 1/** @file\r
2 GUID used to identify HOB for pointers to callback functios registered on\r
3 PEI report status code router.\r
4 \r
5 Copyright (c) 2009, 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**/\r
15\r
16#ifndef __STATUS_CODE_CALLBACK_H__\r
17#define __STATUS_CODE_CALLBACK_H__\r
18\r
19#define STATUS_CODE_CALLBACK_GUID \\r
20 { \\r
21 0xe701458c, 0x4900, 0x4ca5, {0xb7, 0x72, 0x3d, 0x37, 0x94, 0x9f, 0x79, 0x27} \\r
22 }\r
23\r
24extern EFI_GUID gStatusCodeCallbackGuid;\r
25\r
26#endif\r