]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / PciLanInfo.h
diff --git a/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h b/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
new file mode 100644 (file)
index 0000000..775f710
--- /dev/null
@@ -0,0 +1,44 @@
+/*++\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
+  PciLanInfo.h\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
+#ifndef _PCI_LAN_INFO_GUID_H_\r
+#define _PCI_LAN_INFO_GUID_H_\r
+\r
+#pragma pack(1)\r
+\r
+//\r
+// structure used for Pci Lan variable\r
+//\r
+typedef struct {\r
+  UINT8         PciBus;\r
+  UINT8         PciDevice;\r
+  UINT8         PciFunction;\r
+} PCI_LAN_INFO;\r
+\r
+#pragma pack()\r
+\r
+#define EFI_PCI_LAN_INFO_GUID \\r
+  {0xd9a1427, 0xe02a, 0x437d, 0x92, 0x6b, 0xaa, 0x52, 0x1f, 0xd7, 0x22, 0xba};\r
+\r
+extern EFI_GUID gEfiPciLanInfoGuid;\r
+\r
+#endif\r