X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Finitcall.h;h=fe7e90388e1d9e64ec28d5c0ca7c6ab777e53fce;hb=2218b32d88f9b4b4484cea9a8b034ddab0be298b;hp=2378077361dae9a1bf0e238882438ec25ce288ee;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/initcall.h b/include/initcall.h index 2378077..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(init_fnc_t init_sequence[]); +int initcall_run_list(const init_fnc_t init_sequence[]); + +#endif