]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h>
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / StatusCodeDataTypeDebug.h
CommitLineData
3a6064fa 1/** @file\r
2 GUID used to pass DEBUG() macro information through the Status Code Protocol\r
3 and Status Code PPI\r
4\r
5 Copyright (c) 2007, 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_DATA_TYPE_DEBUG_H_\r
17#define _STATUS_CODE_DATA_TYPE_DEBUG_H_\r
18\r
19//\r
20// Debug DataType defintions.\r
21//\r
22\r
23#define EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID \\r
24 { 0x9A4E9246, 0xD553, 0x11D5, { 0x87, 0xE2, 0x00, 0x06, 0x29, 0x45, 0xC3, 0xb9 } }\r
25\r
785e0c07 26#define EFI_STATUS_CODE_DATA_MAX_SIZE 200\r
27\r
3a6064fa 28typedef struct {\r
29 UINT32 ErrorLevel;\r
30 //\r
31 // 12 * sizeof (UINT64) Var Arg stack\r
32 //\r
33 // ascii DEBUG () Format string\r
34 //\r
35} EFI_DEBUG_INFO;\r
36\r
37extern EFI_GUID gEfiStatusCodeDataTypeDebugGuid;\r
38\r
39#endif // _STATUS_CODE_DATA_TYPE_DEBUG_H_\r