mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Remove unnecessary CONST.
. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5807 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
11227adb14
commit
01edaf2adc
@ -232,8 +232,8 @@ PciCfg2Modify (
|
|||||||
IN CONST EFI_PEI_PCI_CFG2_PPI *This,
|
IN CONST EFI_PEI_PCI_CFG2_PPI *This,
|
||||||
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
|
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
|
||||||
IN UINT64 Address,
|
IN UINT64 Address,
|
||||||
IN CONST VOID *SetBits,
|
IN VOID *SetBits,
|
||||||
IN CONST VOID *ClearBits
|
IN VOID *ClearBits
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINTN PciLibAddress;
|
UINTN PciLibAddress;
|
||||||
|
@ -324,8 +324,8 @@ PciCfg2Modify (
|
|||||||
IN CONST EFI_PEI_PCI_CFG2_PPI *This,
|
IN CONST EFI_PEI_PCI_CFG2_PPI *This,
|
||||||
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
|
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
|
||||||
IN UINT64 Address,
|
IN UINT64 Address,
|
||||||
IN CONST VOID *SetBits,
|
IN VOID *SetBits,
|
||||||
IN CONST VOID *ClearBits
|
IN VOID *ClearBits
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINTN PciLibAddress;
|
UINTN PciLibAddress;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user