From b33fc8298f7e13226b9895abc57c9bfce5e3fa2d Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 8 Jan 2017 00:13:18 -0900 Subject: bcache in userspace; userspace fsck --- include/linux/moduleparam.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/linux/moduleparam.h (limited to 'include/linux/moduleparam.h') diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h new file mode 100644 index 0000000..6002673 --- /dev/null +++ b/include/linux/moduleparam.h @@ -0,0 +1,7 @@ +#ifndef _LINUX_MODULE_PARAMS_H +#define _LINUX_MODULE_PARAMS_H + +#define module_param_named(name, value, type, perm) +#define MODULE_PARM_DESC(_parm, desc) + +#endif /* _LINUX_MODULE_PARAMS_H */ -- cgit v1.2.3