summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/DevicePathUtilities.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:09:49 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:09:49 +0000
commit3354353d4d82fb12c073564ab41099ca75d02839 (patch)
tree2a2e1b59a56d16a76e64530d3f424cad8c02e2e1 /MdePkg/Include/Protocol/DevicePathUtilities.h
parent8b6c989b0dce2e63a06139f37be0e062588e8f04 (diff)
downloadedk2-platforms-3354353d4d82fb12c073564ab41099ca75d02839.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DevicePathUtilities.h')
-rw-r--r--MdePkg/Include/Protocol/DevicePathUtilities.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/MdePkg/Include/Protocol/DevicePathUtilities.h b/MdePkg/Include/Protocol/DevicePathUtilities.h
index 44e88ee315..8d98add591 100644
--- a/MdePkg/Include/Protocol/DevicePathUtilities.h
+++ b/MdePkg/Include/Protocol/DevicePathUtilities.h
@@ -173,30 +173,6 @@ BOOLEAN
/**
@par Protocol Description:
This protocol is used to creates and manipulates device paths and device nodes.
-
- @param GetDevicePathSize
- Returns the size of the specified device path, in bytes.
-
- @param DuplicateDevicePath
- Duplicates a device path structure.
-
- @param AppendDeviceNode
- Appends the device node to the specified device path.
-
- @param AppendDevicePath
- Appends the device path to the specified device path.
-
- @param AppendDevicePathInstance
- Appends a device path instance to another device path.
-
- @param GetNextDevicePathInstance
- Retrieves the next device path instance from a device path data structure.
-
- @param IsDevicePathMultiInstance
- Returns TRUE if this is a multi-instance device path.
-
- @param CreateDeviceNode
- Allocates memory for a device node with the specified type and sub-type.
**/
typedef struct {
EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE GetDevicePathSize;