Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1

And remove DriverHealth protocol file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6099 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-10-10 04:50:16 +00:00
parent 258cce1382
commit eecd469b10
8 changed files with 36 additions and 262 deletions

View File

@@ -331,7 +331,7 @@ EFI_STATUS
Builds a DHCP packet, given the options to be appended or deleted or replaced.
@param This Pointer to the EFI_DHCP4_PROTOCOL instance.
@param SeedPacket Initial packet to be used as a base for building new packet.
@param SeedPacket Initial packet to be used as a base for building new packet.
@param DeleteCount Number of opcodes in the DeleteList.
@param DeleteList List of opcodes to be deleted from the seed packet.
Ignored if DeleteCount is zero.