core_initcall vs early_initcall vs module_init
In drivers I often see these three types of init functions being used.
module_init()
core_initcall()
early_initcall()
While programming, Under what circumstances i should use them? Also, are
there any other ways of init()?
No comments:
Post a Comment