mirror of https://github.com/acidanthera/audk.git
remove the two unnecessary CONST modifier.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3552 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e8ed7184f8
commit
8ad603fe68
|
@ -68,7 +68,7 @@ EFI_STATUS
|
|||
(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE) (
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN CONST VOID *AcpiTableBuffer,
|
||||
IN CONST UINTN AcpiTableBufferSize,
|
||||
IN UINTN AcpiTableBufferSize,
|
||||
OUT UINTN *TableKey
|
||||
);
|
||||
|
||||
|
@ -101,7 +101,7 @@ typedef
|
|||
EFI_STATUS
|
||||
(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE) (
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN CONST UINTN TableKey
|
||||
IN UINTN TableKey
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue