aboutsummaryrefslogtreecommitdiff
path: root/core/kernel/scattered_array.c
AgeCommit message (Collapse)Author
2018-11-27core: add scattered arrayJens Wiklander
Adds a scattered array which allows defining arrays scattered over several source files. The implementation is based on some support by the linker. This is a generic solution to initcalls and other similar scattered initializations. Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>