X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Finitcall.h;h=fe7e90388e1d9e64ec28d5c0ca7c6ab777e53fce;hb=2218b32d88f9b4b4484cea9a8b034ddab0be298b;hp=65f67dca8321679ac50a09fb5e29f919a36a2f6b;hpb=cc49da249cf2f380d2fed5571fad65ce6494fc95;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/initcall.h b/include/initcall.h index 65f67dc..fe7e903 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -4,6 +4,11 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#ifndef __INITCALL_H +#define __INITCALL_H + typedef int (*init_fnc_t)(void); int initcall_run_list(const init_fnc_t init_sequence[]); + +#endif