summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h')
-rw-r--r--EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h b/EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
index 8e9072417e..f74a65c48b 100644
--- a/EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
+++ b/EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
@@ -21,23 +21,8 @@ Abstract:
#ifndef _DEVICE_PATH_DRIVER_H
#define _DEVICE_PATH_DRIVER_H
-extern EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;
-extern EFI_GUID mEfiDevicePathMessagingSASGuid;
-
-#define DEVICE_PATH_DRIVER_SIGNATURE EFI_SIGNATURE_32 ('D', 'P', 'D', 'V')
-
-typedef struct {
-
- UINT32 Signature;
- EFI_HANDLE Handle;
- //
- // Produced protocols
- //
- EFI_DEVICE_PATH_UTILITIES_PROTOCOL DevicePathUtilities;
- EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL DevicePathFromText;
- EFI_DEVICE_PATH_TO_TEXT_PROTOCOL DevicePathToText;
-
-} DEVICE_PATH_DRIVER_PRIVATE_DATA;
+extern const EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;
+extern const EFI_GUID mEfiDevicePathMessagingSASGuid;
#define MAX_CHAR 480