mirror of https://github.com/acidanthera/audk.git
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:
parent
f8c918c46f
commit
29ce755cba
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue