]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/StandardErrorDevice.h
95d6f269dd286a3296830714a27a2885e8c6a716
[mirror_edk2.git] / MdeModulePkg / Include / Guid / StandardErrorDevice.h
1 /** @file
2 This guid is used to specify the device is the StdErr device.
3 If the device is the StdErr device, this guid as the protocol guid
4 will be installed into this device handle.
5
6 Copyright (c) 2006 - 2008, Intel Corporation
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef __STANDARD_ERROR_DEVICE_H__
18 #define __STANDARD_ERROR_DEVICE_H__
19
20 #define EFI_STANDARD_ERROR_DEVICE_GUID \
21 { 0xd3b36f2d, 0xd551, 0x11d4, {0x9a, 0x46, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } }
22
23 extern EFI_GUID gEfiStandardErrorDeviceGuid;
24
25 #endif