mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 13:14:26 +02:00
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
@ -66,10 +66,10 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE) (
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN CONST VOID *AcpiTableBuffer,
|
||||
IN CONST UINTN AcpiTableBufferSize,
|
||||
OUT UINTN *TableKey
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN CONST VOID *AcpiTableBuffer,
|
||||
IN UINTN AcpiTableBufferSize,
|
||||
OUT UINTN *TableKey
|
||||
);
|
||||
|
||||
|
||||
@ -100,8 +100,8 @@ EFI_STATUS
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE) (
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN CONST UINTN TableKey
|
||||
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
|
||||
IN UINTN TableKey
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user