mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fda6722e38
commit
0f13d71cfb
|
@ -876,22 +876,6 @@ ReadNativeMaxAddress (
|
|||
OUT EFI_LBA *NativeMaxAddress
|
||||
);
|
||||
|
||||
/**
|
||||
TODO: Add function description
|
||||
|
||||
@param IdeDev TODO: add argument description
|
||||
@param MaxAddress TODO: add argument description
|
||||
@param bVolatile TODO: add argument description
|
||||
|
||||
TODO: add return values.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
SetMaxAddress (
|
||||
IN IDE_BLK_IO_DEV *IdeDev,
|
||||
IN EFI_LBA MaxAddress,
|
||||
IN BOOLEAN bVolatile
|
||||
);
|
||||
|
||||
/**
|
||||
TODO: Add function description
|
||||
|
|
Loading…
Reference in New Issue