Missing EFIAPI

This commit is contained in:
jief 2019-12-08 15:52:00 +01:00
parent aa09d20d29
commit 537ed29157
2 changed files with 2 additions and 2 deletions

View File

@ -2349,7 +2349,7 @@ FindDevicePathNodeWithType (
IN UINT8 SubType OPTIONAL IN UINT8 SubType OPTIONAL
); );
BOOLEAN IsHDMIAudio(EFI_HANDLE PciDevHandle); BOOLEAN EFIAPI IsHDMIAudio(EFI_HANDLE PciDevHandle);
//Parses BootXXXX (XXXX = BootNum) var (from BootOption->Variable) and returns it in BootOption. //Parses BootXXXX (XXXX = BootNum) var (from BootOption->Variable) and returns it in BootOption.
EFI_STATUS EFI_STATUS

View File

@ -113,7 +113,7 @@ UINT32 HDA_IC_sendVerb(EFI_PCI_IO_PROTOCOL *PciIo, UINT32 codecAdr, UINT32 nodeI
#endif #endif
BOOLEAN IsHDMIAudio(EFI_HANDLE PciDevHandle) BOOLEAN EFIAPI IsHDMIAudio(EFI_HANDLE PciDevHandle)
{ {
EFI_STATUS Status; EFI_STATUS Status;
EFI_PCI_IO_PROTOCOL *PciIo; EFI_PCI_IO_PROTOCOL *PciIo;