]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h
Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Protocol / Ps2Policy.h
CommitLineData
a534fc0b 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation. All rights reserved. \r
4This software and associated documentation (if any) is furnished\r
5under a license and may only be used or copied in accordance\r
6with the terms of the license. Except as permitted by such\r
7license, no part of this software or documentation may be\r
8reproduced, stored in a retrieval system, or transmitted in any\r
9form or by any means without the express written consent of\r
10Intel Corporation.\r
11\r
12\r
13Module Name:\r
14\r
15 Ps2Policy.h\r
16 \r
17Abstract:\r
18\r
19 Protocol used for PS/2 Policy definition.\r
20\r
21--*/\r
22\r
23#ifndef _PS2_POLICY_PROTOCOL_H_\r
24#define _PS2_POLICY_PROTOCOL_H_\r
25\r
26#define EFI_PS2_POLICY_PROTOCOL_GUID \\r
27 { \\r
28 0x4df19259, 0xdc71, 0x4d46, {0xbe, 0xf1, 0x35, 0x7b, 0xb5, 0x78, 0xc4, 0x18 } \\r
29 }\r
30\r
31#define EFI_KEYBOARD_CAPSLOCK 0x0004\r
32#define EFI_KEYBOARD_NUMLOCK 0x0002\r
33#define EFI_KEYBOARD_SCROLLLOCK 0x0001\r
34\r
35typedef\r
36EFI_STATUS\r
37(EFIAPI *EFI_PS2_INIT_HARDWARE) (\r
38 IN EFI_HANDLE Handle\r
39 );\r
40\r
41typedef struct {\r
42 UINT8 KeyboardLight;\r
43 EFI_PS2_INIT_HARDWARE Ps2InitHardware;\r
44} EFI_PS2_POLICY_PROTOCOL;\r
45\r
46extern EFI_GUID gEfiPs2PolicyProtocolGuid;\r
47\r
48#endif\r