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
|
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
|
TODO: Add function description
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**@file
|
/** @file
|
||||||
This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
|
This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
|
||||||
This library instance is only for PEI phase use and the APIs in this instance
|
This library instance is only for PEI phase use and the APIs in this instance
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue