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