Import 2.3.6
[davej-history.git] / include / linux / kmod.h
blob7392910d39fe72f6e8a9bdc47a7f85c3a9a90dfb
1 /*
2 kmod header
3 */
5 #include <linux/config.h>
7 #ifdef CONFIG_KMOD
8 extern int request_module(const char * name);
9 #else
10 #define request_module(x) do {} while(0)
11 #endif