]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
Update Device Path Module to use PCD Feature Flags to determine of the Device Path...
[mirror_edk2.git] / EdkModulePkg / Universal / DevicePath / Dxe / DevicePath.h
index 8e9072417ed828b8c1cd26a4012e756b9371c8ae..f74a65c48bc100c6c4701f1cbf220d2ebc9dece6 100644 (file)
@@ -21,23 +21,8 @@ Abstract:
 #ifndef _DEVICE_PATH_DRIVER_H\r
 #define _DEVICE_PATH_DRIVER_H\r
 \r
-extern EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;\r
-extern EFI_GUID mEfiDevicePathMessagingSASGuid;\r
-\r
-#define DEVICE_PATH_DRIVER_SIGNATURE EFI_SIGNATURE_32 ('D', 'P', 'D', 'V')\r
-\r
-typedef struct {\r
-\r
-  UINT32                             Signature;\r
-  EFI_HANDLE                         Handle;\r
-  //\r
-  // Produced protocols\r
-  //\r
-  EFI_DEVICE_PATH_UTILITIES_PROTOCOL DevicePathUtilities;\r
-  EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL DevicePathFromText;\r
-  EFI_DEVICE_PATH_TO_TEXT_PROTOCOL   DevicePathToText;\r
-\r
-} DEVICE_PATH_DRIVER_PRIVATE_DATA;\r
+extern const EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;\r
+extern const EFI_GUID mEfiDevicePathMessagingSASGuid;\r
 \r
 #define MAX_CHAR                   480\r
 \r