TianoCore EDK2 master
Loading...
Searching...
No Matches
StandardErrorDevice.h
Go to the documentation of this file.
1
10#ifndef __STANDARD_ERROR_DEVICE_H__
11#define __STANDARD_ERROR_DEVICE_H__
12
13#define EFI_STANDARD_ERROR_DEVICE_GUID \
14 { 0xd3b36f2d, 0xd551, 0x11d4, {0x9a, 0x46, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } }
15
16extern EFI_GUID gEfiStandardErrorDeviceGuid;
17
18#endif
Definition: Base.h:213