Remove unnecessary CONST.

.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5808 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-09-04 03:17:26 +00:00
parent 01edaf2adc
commit 0e667e82c0
1 changed files with 2 additions and 2 deletions

View File

@ -430,8 +430,8 @@ PciCfg2Modify (
IN CONST EFI_PEI_PCI_CFG2_PPI *This,
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
IN UINT64 Address,
IN CONST VOID *SetBits,
IN CONST VOID *ClearBits
IN VOID *SetBits,
IN VOID *ClearBits
)
{
EFI_STATUS Status;