]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePath.h
Rollback r17180.
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePath.h
index 05e0d019b719ac7612921e1b551e72d9f855c782..7cf711302079ba2336076ddbdc89b345bef868e2 100644 (file)
@@ -5,7 +5,7 @@
   from a software point of view. The path must persist from boot to boot, so \r
   it can not contain things like PCI bus numbers that change from boot to boot.\r
 \r
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2013, 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
@@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define __EFI_DEVICE_PATH_PROTOCOL_H__\r
 \r
 #include <Guid/PcAnsi.h>\r
-#include <IndustryStandard/Bluetooth.h>\r
+\r
 ///\r
 /// Device Path protocol.\r
 ///\r
@@ -846,18 +846,6 @@ typedef struct {
   UINT16                          VlanId;\r
 } VLAN_DEVICE_PATH;\r
 \r
-///\r
-/// Bluetooth Device Path SubType.\r
-///\r
-#define MSG_BLUETOOTH_DP     0x1b\r
-typedef struct {\r
-  EFI_DEVICE_PATH_PROTOCOL        Header;\r
-  ///\r
-  /// 48bit Bluetooth device address.\r
-  ///\r
-  BLUETOOTH_ADDRESS               BD_ADDR;\r
-} BLUETOOTH_DEVICE_PATH;\r
-\r
 //\r
 // Media Device Path\r
 //\r
@@ -1106,7 +1094,6 @@ typedef union {
   SAS_DEVICE_PATH                            Sas;\r
   SASEX_DEVICE_PATH                          SasEx;\r
   NVME_NAMESPACE_DEVICE_PATH                 NvmeNamespace;\r
-  BLUETOOTH_DEVICE_PATH                      Bluetooth;\r
   HARDDRIVE_DEVICE_PATH                      HardDrive;\r
   CDROM_DEVICE_PATH                          CD;\r
 \r
@@ -1157,7 +1144,6 @@ typedef union {
   SAS_DEVICE_PATH                            *Sas;\r
   SASEX_DEVICE_PATH                          *SasEx;\r
   NVME_NAMESPACE_DEVICE_PATH                 *NvmeNamespace;\r
-  BLUETOOTH_DEVICE_PATH                      *Bluetooth;\r
   HARDDRIVE_DEVICE_PATH                      *HardDrive;\r
   CDROM_DEVICE_PATH                          *CD;\r
 \r