X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Finitcall.h;h=65f67dca8321679ac50a09fb5e29f919a36a2f6b;hb=3054d43b45eff6d66e4e11341c94a01f67765905;hp=2378077361dae9a1bf0e238882438ec25ce288ee;hpb=58494052b5fa1c2cbed9f1e04049f2951708cfa3;p=karo-tx-uboot.git diff --git a/include/initcall.h b/include/initcall.h index 2378077361..65f67dca83 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -6,4 +6,4 @@ 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[]);