Searched defs:early_initcall (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | init.h | 203 #define early_initcall(fn) __define_initcall(fn, early) macro 327 #define early_initcall(fn) module_init(fn) macro |
Completed in 105 milliseconds