TianoCore EDK2 master
Loading...
Searching...
No Matches
EmuSystemConfig.h
Go to the documentation of this file.
1
10#ifndef __EMU_SYSTEM_CONFIG_H__
11#define __EMU_SYSTEM_CONFIG_H__
12
13#define EFI_EMU_SYSTEM_CONFIG_GUID \
14 { 0x9C4FB516, 0x3A1E, 0xD847, { 0xA1, 0xA1, 0x70, 0x58, 0xB6, 0x98, 0x67, 0x32 } }
15
16#pragma pack(1)
17typedef struct {
18 //
19 // Console output mode
20 //
21 UINT32 ConOutColumn;
22 UINT32 ConOutRow;
24#pragma pack()
25
26extern EFI_GUID gEmuSystemConfigGuid;
27
28#endif
Definition: Base.h:213