DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION

Corrects the function pointer typedef AML_PARSE_FUNCTION,
otherwise some compiler like VS2019 gives error.

Cc: Pierre Gondois <pierre.gondois@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
Abdul Lateef Attar 2023-11-29 15:52:00 +05:30 committed by mergify[bot]
parent f8c918c46f
commit 29ce755cba
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ AmlParseStream (
**/
typedef
EFI_STATUS
EFIAPI
(*AML_PARSE_FUNCTION) (
(EFIAPI *AML_PARSE_FUNCTION)(
IN CONST AML_NODE_HEADER *Node,
IN AML_PARSE_FORMAT ExpectedFormat,
IN OUT AML_STREAM *FStream,