ddk: 3.19-rc1
git-svn-id: svn://kolibrios.org@5270 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#ifndef _LINUX_MODULE_PARAMS_H
|
||||
#define _LINUX_MODULE_PARAMS_H
|
||||
/* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#define MODULE_PARM_DESC(_parm, desc)
|
||||
#define module_param_named(name, value, type, perm)
|
||||
#define module_param_named_unsafe(name, value, type, perm)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user