]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h
IntelFrameworkModulePkg: Remove unused PCD/Protocol
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Protocol / Ps2Policy.h
diff --git a/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h b/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h
deleted file mode 100644 (file)
index 8e915ed..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/** @file\r
-  PS/2 policy protocol abstracts the specific platform initialization and settings.\r
-\r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
-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
-\r
-\r
-#ifndef _PS2_POLICY_PROTOCOL_H_\r
-#define _PS2_POLICY_PROTOCOL_H_\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
-typedef struct {\r
-  UINT8                 KeyboardLight;\r
-  EFI_PS2_INIT_HARDWARE Ps2InitHardware;\r
-} EFI_PS2_POLICY_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiPs2PolicyProtocolGuid;\r
-\r
-#endif\r