]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / Ps2Policy / Ps2Policy.h
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h b/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h
deleted file mode 100644 (file)
index c8fa1c8..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-\r
-Module Name:\r
-\r
-  Ps2Policy.h\r
-    \r
-Abstract:\r
-\r
-  Protocol used for PS/2 Policy definition.\r
-\r
---*/\r
-\r
-#ifndef _PS2_POLICY_PROTOCOL_H_\r
-#define _PS2_POLICY_PROTOCOL_H_\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PS2_POLICY_PROTOCOL);\r
-\r
-#define EFI_PS2_POLICY_PROTOCOL_GUID \\r
-  { \\r
-    0x4df19259, 0xdc71, 0x4d46, {0xbe, 0xf1, 0x35, 0x7b, 0xb5, 0x78, 0xc4, 0x18} \\r
-  }\r
-\r
-#define EFI_KEYBOARD_CAPSLOCK   0x0004\r
-#define EFI_KEYBOARD_NUMLOCK    0x0002\r
-#define EFI_KEYBOARD_SCROLLLOCK 0x0001\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PS2_INIT_HARDWARE) (\r
-  IN  EFI_HANDLE              Handle\r
-  );\r
-\r
-struct _EFI_PS2_POLICY_PROTOCOL {\r
-  UINT8                 KeyboardLight;\r
-  EFI_PS2_INIT_HARDWARE Ps2InitHardware;\r
-};\r
-\r
-extern EFI_GUID gEfiPs2PolicyProtocolGuid;\r
-\r
-#endif\r