Subversion Repositories Kolibri OS

Rev

Rev 3031 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5270 serge 1
#ifndef _LINUX_MODULE_PARAMS_H
2
#define _LINUX_MODULE_PARAMS_H
3
/* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */
4
#include 
3031 serge 5
 
6
#define MODULE_PARM_DESC(_parm, desc)
7
#define module_param_named(name, value, type, perm)
5270 serge 8
#define module_param_named_unsafe(name, value, type, perm)
9
 
10
#endif