X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Finitcall.h;h=fe7e90388e1d9e64ec28d5c0ca7c6ab777e53fce;hb=e2901ab8f68acaa776f9f3ea8deef316e90543a0;hp=2378077361dae9a1bf0e238882438ec25ce288ee;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=people%2Fms%2Fu-boot.git diff --git a/include/initcall.h b/include/initcall.h index 2378077361..fe7e90388e 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