Subversion Repositories Kolibri OS

Rev

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

  1. #ifndef _LINUX_MODULE_PARAMS_H
  2. #define _LINUX_MODULE_PARAMS_H
  3. /* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */
  4. #include <linux/kernel.h>
  5.  
  6. #define MODULE_PARM_DESC(_parm, desc)
  7. #define module_param_named(name, value, type, perm)
  8. #define module_param_named_unsafe(name, value, type, perm)
  9.  
  10. #endif
  11.