]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.h
Check in patch to refine DevicePath Module and USB2HostController Module.
[mirror_edk2.git] / EdkModulePkg / Universal / DevicePath / Dxe / DevicePath.h
index aa333453ea97b2dd70010573eb7a5f74b772c871..8e9072417ed828b8c1cd26a4012e756b9371c8ae 100644 (file)
@@ -247,7 +247,7 @@ ConvertTextToDevicePath (
 ;\r
 \r
 UINTN\r
-GetDevicePathSize (\r
+GetDevicePathSizeProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL  *DevicePath\r
   )\r
 /*++\r
@@ -265,7 +265,7 @@ GetDevicePathSize (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-DuplicateDevicePath (\r
+DuplicateDevicePathProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL  *DevicePath\r
   )\r
 /*++\r
@@ -284,7 +284,7 @@ DuplicateDevicePath (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-AppendDevicePath (\r
+AppendDevicePathProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *Src1,\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *Src2\r
   )\r
@@ -306,7 +306,7 @@ AppendDevicePath (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-AppendDeviceNode (\r
+AppendDeviceNodeProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode\r
   )\r
@@ -328,7 +328,7 @@ AppendDeviceNode (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-AppendDevicePathInstance (\r
+AppendDevicePathInstanceProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance\r
   )\r
@@ -349,7 +349,7 @@ AppendDevicePathInstance (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-GetNextDevicePathInstance (\r
+GetNextDevicePathInstanceProtocolInterface (\r
   IN OUT EFI_DEVICE_PATH_PROTOCOL   **DevicePathInstance,\r
   OUT UINTN                         *DevicePathInstanceSize\r
   )\r
@@ -374,7 +374,7 @@ GetNextDevicePathInstance (
 ;\r
 \r
 BOOLEAN\r
-IsDevicePathMultiInstance (\r
+IsDevicePathMultiInstanceProtocolInterface (\r
   IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath\r
   )\r
 /*++\r
@@ -393,7 +393,7 @@ IsDevicePathMultiInstance (
 ;\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-CreateDeviceNode (\r
+CreateDeviceNodeProtocolInterface (\r
   IN UINT8  NodeType,\r
   IN UINT8  NodeSubType,\r
   IN UINT16 NodeLength\r