]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/Protocol/DebugLevel.h
Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which force...
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / DebugLevel.h
CommitLineData
878ddf1f 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 DebugLevel.h\r
15\r
16Abstract:\r
17 This protocol is used to abstract the Debug Mask serivces for \r
18 the specific driver or application image.\r
19\r
20--*/\r
21\r
22#ifndef __DEBUG_LEVEL_H__\r
23#define __DEBUG_LEVEL_H__\r
24\r
25//\r
26// 8D4C62E6-CD98-4e1d-AD6E-48BB50D29FF7\r
27//\r
28#define EFI_DEBUG_LEVEL_PROTOCOL_GUID \\r
29 { 0x8d4c62e6, 0xcd98, 0x4e1d, {0xad, 0x6e, 0x48, 0xbb, 0x50, 0xd2, 0x9f, 0xf7 } }\r
30\r
31//\r
32// DebugLevel protocol definition\r
33//\r
34typedef struct _EFI_DEBUG_LEVEL_PROTOCOL {\r
35 UINTN DebugLevel;\r
36} EFI_DEBUG_LEVEL_PROTOCOL;\r
37\r
38extern EFI_GUID gEfiDebugLevelProtocolGuid;\r
39\r
40#endif\r