]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SataControllerGuid.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Guid / SataControllerGuid.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SataControllerGuid.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SataControllerGuid.h
new file mode 100644 (file)
index 0000000..52ce58e
--- /dev/null
@@ -0,0 +1,40 @@
+/*++\r
+\r
+Copyright (c)  2009  - 2014, Intel Corporation. All rights reserved\r
+\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
+Module Name:\r
+\r
+  SataControllerGuid.h\r
+\r
+Abstract:\r
+\r
+  GUID for use in describing SataController\r
+\r
+--*/\r
+#ifndef _SERIAL_ATA_CONTROLLER_GUID_H_\r
+#define _SERIAL_ATA_CONTROLLER_GUID_H_\r
+\r
+#ifdef ECP_FLAG\r
+#define PCH_SATA_CONTROLLER_DRIVER_GUID \\r
+  { \\r
+    0xbb929da9, 0x68f7, 0x4035, 0xb2, 0x2c, 0xa3, 0xbb, 0x3f, 0x23, 0xda, 0x55 \\r
+  }\r
+#else\r
+#define PCH_SATA_CONTROLLER_DRIVER_GUID \\r
+  {\\r
+    0xbb929da9, 0x68f7, 0x4035, 0xb2, 0x2c, 0xa3, 0xbb, 0x3f, 0x23, 0xda, 0x55 \}\r
+\r
+#endif\r
+\r
+extern EFI_GUID gSataControllerDriverGuid;\r
+#endif\r