This commit is contained in:
jchen20 2009-06-19 08:52:01 +00:00
parent fda6722e38
commit 0f13d71cfb
2 changed files with 1 additions and 17 deletions

View File

@ -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