summaryrefslogtreecommitdiff
path: root/src/boot/efi/util.h
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-03-10 09:57:50 +0100
committerJan Janssen <medhefgo@web.de>2023-03-17 10:39:32 +0100
commit0b482b37f9289e25bc7375609b2fc46f88affad9 (patch)
treeec158787d1acdf6d193fa2fd308d2456006a5210 /src/boot/efi/util.h
parentf64f82aa8d5181bb024767292aa8bcabdc7c019c (diff)
downloadsystemd-0b482b37f9289e25bc7375609b2fc46f88affad9.tar.gz
meson: Share more C flags
Diffstat (limited to 'src/boot/efi/util.h')
-rw-r--r--src/boot/efi/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h
index 5b4f47a1ae..c321062996 100644
--- a/src/boot/efi/util.h
+++ b/src/boot/efi/util.h
@@ -172,6 +172,7 @@ void hexdump(const char16_t *prefix, const void *data, size_t size);
EFI_SYSTEM_TABLE *ST; \
EFI_BOOT_SERVICES *BS; \
EFI_RUNTIME_SERVICES *RT; \
+ EFIAPI EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_table); \
EFIAPI EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_table) { \
ST = system_table; \
BS = system_table->BootServices; \