]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Protocol / LpcWpc83627Policy.h
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h b/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
deleted file mode 100644 (file)
index 62d026f..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/*++\r
-\r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-                                                                                   \r\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-                                                                                   \r\r
-\r
-\r
-Module Name:\r
-\r
-  LpcWpc83667Policy.h\r
-\r
-Abstract:\r
-\r
-  Protocol used for WPC83627 Policy definition.\r
--------------------------------------------------------------------------------\r
-   Rev   Date<MM/DD/YYYY>    Name    Description\r
-  -------------------------------------------------------------------------------\r
-  R01   < 4/22/2011>         LB     Update driver for Sio83627UGH support.\r
-  -------------------------------------------------------------------------------\r
-**/\r
-\r
-#ifndef _WPC83627_POLICY_PROTOCOL_H_\r
-#define _WPC83627_POLICY_PROTOCOL_H_\r
-\r
-EFI_FORWARD_DECLARATION (EFI_WPC83627_POLICY_PROTOCOL);\r
-\r
-#define EFI_WPC83627_POLICY_PROTOCOL_GUID \\r
-  { \\r
-    0xd3ecc567, 0x9fd5, 0x44c1, 0x86, 0xcf, 0x5d, 0xa7, 0xa2, 0x4f, 0x4b, 0x5d \\r
-  }\r
-\r
-#define EFI_WPC83627_COM1_ENABLE          0x01\r
-#define EFI_WPC83627_COM2_ENABLE          0x01\r
-\r
-#define EFI_WPC83627_COM3_ENABLE          0x01\r
-#define EFI_WPC83627_COM4_ENABLE          0x01\r
-\r
-#define EFI_WPC83627_LPT1_ENABLE          0x01\r
-#define EFI_WPC83627_LPT1_ENABLE          0x01\r
-#define EFI_WPC83627_FDD_ENABLE           0x01\r
-#define EFI_WPC83627_FDD_WRITE_ENABLE     0x01\r
-#define EFI_WPC83627_PS2_KBC_ENABLE       0x01\r
-#define EFI_WPC83627_ECIR_ENABLE         0x01\r
-\r
-#define EFI_WPC83627_COM1_DISABLE         0x00\r
-#define EFI_WPC83627_COM2_DISABLE         0x00\r
-\r
-#define EFI_WPC83627_COM3_DISABLE         0x00\r
-#define EFI_WPC83627_COM4_DISABLE         0x00\r
-\r
-#define EFI_WPC83627_LPT1_DISABLE         0x00\r
-#define EFI_WPC83627_FDD_DISABLE          0x00\r
-#define EFI_WPC83627_FDD_WRITE_PROTECT    0x00\r
-#define EFI_WPC83627_PS2_KBC_DISABLE      0x00\r
-#define EFI_WPC83627_ECIR_DISABLE         0x00\r
-#define EFI_WPC83627_RESERVED_DEFAULT     0x00\r
-\r
-typedef struct {\r
-  UINT16  Com1               :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Lpt1               :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Floppy             :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  FloppyWriteProtect :1;             // 0 = Write Protect, 1 = Write Enable\r
-  UINT16  Port80             :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  CIR                :1;             // CIR enable or disable\r
-  UINT16  Ps2Keyboard        :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Ps2Mouse           :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Com2               :1;             // 0 = Disable, 1 = Enable\r
-\r
-  UINT16  Com3               :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Com4               :1;             // 0 = Disable, 1 = Enable\r
-\r
-  UINT16  Dac                :1;             // 0 = Disable, 1 = Enable\r
-  UINT16  Rsvd               :6;\r
-} EFI_WPC83627_DEVICE_ENABLES;\r
-\r
-typedef enum {\r
-  LptModeOutput,\r
-  LptModeBiDirectional,\r
-  LptModeEpp,\r
-  LptModeEcp\r
-} EFI_LPT_MODE;\r
-\r
-typedef struct _EFI_WPC83627_POLICY_PROTOCOL {\r
-  EFI_WPC83627_DEVICE_ENABLES DeviceEnables;\r
-  EFI_LPT_MODE              LptMode;\r
-} EFI_WPC83627_POLICY_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiLpcWpc83627PolicyProtocolGuid;\r
-\r
-#endif\r