]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Guid/HiiKeyBoardLayout.h
Fix bug in MdePkg.
[mirror_edk2.git] / MdePkg / Include / Guid / HiiKeyBoardLayout.h
1 /** @file
2
3 Copyright (c) 2006 - 2007, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 @par Revision Reference:
13 GUIDs defined in UEFI 2.1 spec.
14
15 **/
16
17 #ifndef __HII_KEYBOARD_LAYOUT_GUID_H__
18 #define __HII_KEYBOARD_LAYOUT_GUID_H__
19
20 #define EFI_HII_SET_KEYBOARD_LAYOUT_EVENT_GUID \
21 { 0x14982a4f, 0xb0ed, 0x45b8, { 0xa8, 0x11, 0x5a, 0x7a, 0x9b, 0xc2, 0x32, 0xdf }}
22
23 extern EFI_GUID gEfiHiiKeyBoardLayoutGuid;
24
25 #endif