rk3399: Enable NVMe distro bootcmd
[oweals/u-boot.git] / include / initcall.h
index b5acdd01bdb4cf0a3e45e583ad74ff7ceef8295d..41b74dc52d2ff1ee751bba9333d6f517e4f829e3 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.
  *