]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Protocol / PlatformIdeInit.h
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h b/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
new file mode 100644 (file)
index 0000000..45add2b
--- /dev/null
@@ -0,0 +1,48 @@
+/*++\r
+\r
+  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+\r
+\r
+Module Name:\r
+\r
+    PlatformIdeInit.h\r
+\r
+Abstract:\r
+\r
+    EFI Platform Ide Init Protocol\r
+\r
+Revision History\r
+\r
+**/\r
+\r
+#ifndef _EFI_PLATFORM_IDE_INIT_H_\r
+#define _EFI_PLATFORM_IDE_INIT_H_\r
+\r
+//\r
+// Global ID for the IDE Platform Protocol\r
+//\r
+#define EFI_PLATFORM_IDE_INIT_PROTOCOL_GUID \\r
+  { 0x377c66a3, 0x8fe7, 0x4ee8, 0x85, 0xb8, 0xf1, 0xa2, 0x82, 0x56, 0x9e, 0x3b };\r
+\r
+EFI_FORWARD_DECLARATION (EFI_PLATFORM_IDE_INIT_PROTOCOL);\r
+\r
+\r
+//\r
+// Interface structure for the Platform IDE Init Protocol\r
+//\r
+typedef struct _EFI_PLATFORM_IDE_INIT_PROTOCOL {\r
+  BOOLEAN                               SmartMode;\r
+} EFI_PLATFORM_IDE_INIT_PROTOCOL;\r
+\r
+extern EFI_GUID gEfiPlatformIdeInitProtocolGuid;\r
+\r
+#endif\r