mirror of https://github.com/acidanthera/audk.git
Use CONST instead of const
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
190344219a
commit
03c19e066d
|
@ -64,7 +64,7 @@ PeiNt32PeCoffLibConstructor (
|
||||||
// GuidHob is not ready, try to locate PeCoffLoader guid structure.
|
// GuidHob is not ready, try to locate PeCoffLoader guid structure.
|
||||||
//
|
//
|
||||||
Status = (*PeiServices)->LocatePpi (
|
Status = (*PeiServices)->LocatePpi (
|
||||||
(const EFI_PEI_SERVICES **)PeiServices,
|
(CONST EFI_PEI_SERVICES **)PeiServices,
|
||||||
&gEfiPeiPeCoffLoaderGuid,
|
&gEfiPeiPeCoffLoaderGuid,
|
||||||
0,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
|
@ -913,7 +913,7 @@ Returns:
|
||||||
|
|
||||||
UINTN
|
UINTN
|
||||||
CountSeperatorsInString (
|
CountSeperatorsInString (
|
||||||
IN const CHAR16 *String,
|
IN CONST CHAR16 *String,
|
||||||
IN CHAR16 Seperator
|
IN CHAR16 Seperator
|
||||||
)
|
)
|
||||||
/*++
|
/*++
|
||||||
|
|
|
@ -528,7 +528,7 @@ Returns:
|
||||||
|
|
||||||
UINTN
|
UINTN
|
||||||
CountSeperatorsInString (
|
CountSeperatorsInString (
|
||||||
IN const CHAR16 *String,
|
IN CONST CHAR16 *String,
|
||||||
IN CHAR16 Seperator
|
IN CHAR16 Seperator
|
||||||
)
|
)
|
||||||
/*++
|
/*++
|
||||||
|
|
Loading…
Reference in New Issue