audk/MdePkg/Include
Alcantara, Paulo 354a75f9ed MdePkg/Ftp4: Fix wrong function pointer declaration
EFI_FTP4_DATA_CALLBACK is a function pointer and defined as follows:

> typedef
> EFI_STATUS
> (EFIAPI *EFI_FTP4_DATA_CALLBACK)(
>  IN EFI_FTP4_PROTOCOL           *This,
>  IN EFI_FTP4_COMMAND_TOKEN      *Token
>  );

And EFI_FTP4_COMMAND_TOKEN structure declared it as:

> EFI_FTP4_DATA_CALLBACK *DataCallback

Which ended up being a pointer to function pointer and clearly wrong.
This patch fixes it by removing the misleading '*' from declaration.
It's also fixed in new UEFI 2.7 spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Paulo Alcantara <paulo.alc.cavalcanti@hp.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2017-08-02 16:21:45 +08:00
..
AArch64 MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
Arm MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
Ebc MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
Guid MdePkg/Cper.h: Update Firmware Error Record per UEFI 2.7 2017-06-23 15:56:50 +08:00
Ia32 MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
IndustryStandard MdePkg Hsti.h: Update version info to 1.1a 2017-07-18 10:35:32 +08:00
Ipf MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
Library MdePkg: update comments in ResetSystem() according to UEFI2.7 2017-06-20 09:29:42 +08:00
Pi MdePkg PiPeiCis.h: Add description for notification PPI from SEC 2017-08-01 17:48:53 +08:00
Ppi MdePkg MpServices: Update return status to follow spec. 2017-07-07 08:54:10 +08:00
Protocol MdePkg/Ftp4: Fix wrong function pointer declaration 2017-08-02 16:21:45 +08:00
Uefi MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table 2017-07-27 14:08:09 +08:00
X64 MdePkg/ProcessorBind: add defines for page allocation granularity 2017-03-06 11:27:00 +01:00
Base.h MdePkg: Declare _ReturnAddress() in Base.h for MSFT tool chain 2017-07-11 21:36:45 +08:00
PiDxe.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiPei.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiSmm.h MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table 2017-07-27 14:08:09 +08:00
Uefi.h Update the copyright notice format 2010-04-23 15:46:20 +00:00