]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/input/lib/include/linux/moduleparam.h
Inital import
[l4.git] / l4 / pkg / input / lib / include / linux / moduleparam.h
1 #ifndef _LINUX_MODULE_PARAMS_H
2 #define _LINUX_MODULE_PARAMS_H
3
4 #include <linux/init.h>
5 #include <linux/kernel.h>
6
7 #define module_param(name, type, perm)
8 #define module_param_named(name, value, type, perm)
9
10 #endif
11