EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function
This attribute allows the EFI_MMC_HOST_PROTOCOL interface to manage multiple instances in one driver. EmbeddedPkg/MmcDxe: Add Revision attribute to the EFI_MMC_HOST_PROTOCOL Note: The ARM PL180 and Omap35xx MMC host drivers has been updated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12255 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -288,7 +288,7 @@ MmcFlushBlocks (
|
||||
IN EFI_BLOCK_IO_PROTOCOL *This
|
||||
);
|
||||
|
||||
EFI_STATUS InitializeMmcDevice(
|
||||
EFI_STATUS InitializeMmcDevice (
|
||||
IN MMC_HOST_INSTANCE *MmcHost
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user