Searched defs:early_initcall (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dinit.h203 #define early_initcall(fn) __define_initcall(fn, early) macro
327 #define early_initcall(fn) module_init(fn) macro

Completed in 62 milliseconds