summaryrefslogtreecommitdiff
path: root/include/initcall.h
AgeCommit message (Collapse)Author
2013-03-15Introduce a basic initcall implementationSimon Glass
This library supports calling a list of functions one after the other. It is intended that we move to a more powerful initcall implementation as proposed by Graeme Russ <[email protected]>. For now, this allows us to do the basics. Signed-off-by: Simon Glass <[email protected]>