]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Guid/HiiKeyBoardLayout.h
Clean the Bis.h
[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_DATABASE_PROTOCOL_GUID \
21 { 0xef9fc172, 0xa1b2, 0x4693, { 0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42 }}
22
23 extern EFI_GUID gEfiHiiKeyBoardLayoutGuid;
24
25 #endif