gnu-efi/inc/mips64el
Pete Batard 91cb708816 Fix ‘asm’ undeclared error for MIPS builds
As explained at https://stackoverflow.com/a/49830956/1069307, 'asm' is a GNU
extension that will produce an error when using a non GNU standard like -std=c11.
With recent commit 9b1e06cd0c having fixed our use
of -std=c11, the MIPS build failed with the error above.

With this sorted, we also re-enable the MIPS gcc build in GitHub Actions.
2024-05-08 13:54:10 +01:00
..
efibind.h Fix ‘asm’ undeclared error for MIPS builds 2024-05-08 13:54:10 +01:00
efilibplat.h Add support for 64 bit MIPS 2017-01-08 07:04:52 -05:00
efisetjmp_arch.h Rename ALIGN to EFI_ALIGN 2024-03-22 10:24:23 -04:00