]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/DebugInfo.h
Update For Review
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / DebugInfo.h
CommitLineData
bbdeca9b 1/** @file\r
2 Include file for EFI_DEBUG_INFO\r
3\r
4Copyright (c) 2006 - 2007, Intel Corporation \r
5All rights reserved. This program and the accompanying materials \r
6are licensed and made available under the terms and conditions of the BSD License \r
7which accompanies this distribution. The full text of the license may be found at \r
8http://opensource.org/licenses/bsd-license.php \r
9 \r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13**/\r
14\r
8ca67c46 15#ifndef _MAX_BBS_ENTRIES_H_\r
16#define _MAX_BBS_ENTRIES_H_\r
bbdeca9b 17\r
18#pragma pack(1)\r
19\r
20typedef struct {\r
21 UINT32 ErrorLevel;\r
22 //\r
23 // 12 * sizeof (UINT64) Var Arg stack\r
24 //\r
25 // ascii DEBUG () Format string\r
26 //\r
27} EFI_DEBUG_INFO;\r
28\r
29#pragma pack()\r
30\r
31\r
6bee1632 32#endif\r