]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.h
IntelFsp2WrapperPkg: Convert files to CRLF line ending
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLib.h
index a7ed53189be5085373193b098efd878e652df3b2..72587c6ebb13eb76567b0e5033d62c183e193317 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Definition for Device Path library.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -28,6 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/DevicePathLib.h>\r
 #include <Library/PcdLib.h>\r
+#include <IndustryStandard/Bluetooth.h>\r
 \r
 #define IS_COMMA(a)                ((a) == L',')\r
 #define IS_HYPHEN(a)               ((a) == L'-')\r
@@ -68,6 +69,11 @@ typedef struct {
   DEVICE_PATH_TO_TEXT  Function;\r
 } DEVICE_PATH_TO_TEXT_TABLE;\r
 \r
+typedef struct {\r
+  UINT8                Type;\r
+  CHAR16               *Text;\r
+} DEVICE_PATH_TO_TEXT_GENERIC_TABLE;\r
+\r
 typedef struct {\r
   CHAR16                    *DevicePathNodeText;\r
   DEVICE_PATH_FROM_TEXT     Function;\r