Code Scrub for Protocol and Ppi Definition
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5564 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
EFI_DEVICE_PATH_UTILITIES_PROTOCOL as defined in UEFI 2.0.
|
||||
Use to create and manipulate device paths and device nodes.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 2006 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -178,7 +178,34 @@ 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;
|
||||
EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath;
|
||||
|
Reference in New Issue
Block a user