Searched defs:early_initcall (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | init.h | 290 #define early_initcall(fn) __define_initcall(fn, early) macro |
H A D | module.h | 111 #define early_initcall(fn) module_init(fn) macro |