mu_plus/MsWheaPkg/MsWheaReport
Michael Kubacki 6aae32a580 MsWheaPkg: Add EFIAPI to relevant functions
MsWheaReportHandlerPei() is passed to ReportHwErrRecRouter() for the
MS_WHEA_ERR_REPORT_PS_FN value where that is defined as:

typedef
EFI_STATUS
(EFIAPI *MS_WHEA_ERR_REPORT_PS_FN)(
  IN MS_WHEA_ERROR_ENTRY_MD           *MsWheaEntryMD
  );

So, MsWheaReportHandlerPei() needs to include EFIAPI as well.

Similarly, MsWheaRscHandlerPei() needs EFIAPI due to the definition
of EFI_PEI_RSC_HANDLER_CALLBACK.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

fixup
2024-02-26 11:04:32 -05:00
..
Dxe Fix Line Endings in Repo (LF -> CRLF) (#67) (#68) 2022-10-12 22:11:28 -04:00
Pei MsWheaPkg: Add EFIAPI to relevant functions 2024-02-26 11:04:32 -05:00
Smm Fix Line Endings in Repo (LF -> CRLF) (#67) (#68) 2022-10-12 22:11:28 -04:00
Test Fix Line Endings in Repo (LF -> CRLF) (#67) (#68) 2022-10-12 22:11:28 -04:00
MsWheaEarlyStorageMgr.c [CHERRY-PICK] Fix CodeQL errors (#274) 2023-07-14 08:32:46 -07:00
MsWheaEarlyStorageMgr.h Uncrustify mu_plus 2022-02-08 22:22:58 -08:00
MsWheaReportCommon.c Uncrustify mu_plus 2022-02-08 22:22:58 -08:00
MsWheaReportCommon.h MsWheaPkg: Cspell: Fixing mis-spells 2022-06-29 21:52:21 -07:00
MsWheaReportHER.c MsWheaPkg: More CodeQL fixes (#203) 2023-05-13 21:56:02 -07:00
MsWheaReportHER.h Uncrustify mu_plus 2022-02-08 22:22:58 -08:00