]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/StatusCodeCallbackGuid.h
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[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
cd5ebaa0 5Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
64a80549 6This program and the accompanying materials are licensed and made available under \r
7the terms and conditions of the BSD License that accompanies this distribution. \r
8The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php. \r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
25126a05 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