]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/ConnectConInEvent.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / ConnectConInEvent.h
CommitLineData
f58f3de0 1/** @file\r
d1102dba 2 GUID for an event that is signaled on the first attempt to check for a keystroke\r
89b5f4b3 3 from the ConIn device.\r
f58f3de0 4\r
d1102dba 5 Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
f58f3de0 6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __CONNECT_CONIN_EVENT_GUID_H__\r
17#define __CONNECT_CONIN_EVENT_GUID_H__\r
18\r
19#define CONNECT_CONIN_EVENT_GUID \\r
20 { 0xdb4e8151, 0x57ed, 0x4bed, { 0x88, 0x33, 0x67, 0x51, 0xb5, 0xd1, 0xa8, 0xd7 }}\r
21\r
22extern EFI_GUID gConnectConInEventGuid;\r
23\r
24#endif\r