arm: dts: mt7622: add SATA reset constants
[platform/kernel/u-boot.git] / include / initcall.h
index b5acdd0..41b74dc 100644 (file)
@@ -8,6 +8,11 @@
 
 typedef int (*init_fnc_t)(void);
 
+#include <log.h>
+#ifdef CONFIG_EFI_APP
+#include <efi.h>
+#endif
+
 /*
  * To enable debugging. add #define DEBUG at the top of the including file.
  *