EmbeddedPkg: add missing EFIAPI calling convention specifiers
This patch is unrelated to the rest of the series; it just makes sure that "EmbeddedPkg/EmbeddedPkg.dsc" builds for all platforms advertised in SUPPORTED_ARCHITECTURES (in particular, X64). No functional changes. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
@@ -34,6 +34,7 @@ LAN9118_DEVICE_PATH Lan9118PathTemplate = {
|
||||
**
|
||||
*/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
Lan9118DxeEntry (
|
||||
IN EFI_HANDLE Handle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
Reference in New Issue
Block a user