Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / initcall.h
index b5acdd0..69ce268 100644 (file)
@@ -8,6 +8,12 @@
 
 typedef int (*init_fnc_t)(void);
 
+#include <log.h>
+#ifdef CONFIG_EFI_APP
+#include <efi.h>
+#endif
+#include <asm/global_data.h>
+
 /*
  * To enable debugging. add #define DEBUG at the top of the including file.
  *