diff options
Diffstat (limited to 'include/initcall.h')
-rw-r--r-- | include/initcall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/initcall.h b/include/initcall.h index b5acdd01bd..c871767e20 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -8,6 +8,10 @@ typedef int (*init_fnc_t)(void); +#ifdef CONFIG_EFI_APP +#include <efi.h> +#endif + /* * To enable debugging. add #define DEBUG at the top of the including file. * |