Subversion Repositories Kolibri OS

Rev

Rev 6082 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6934
Line 1... Line 1...
1
#ifndef _LINUX_MODULE_PARAMS_H
1
#ifndef _LINUX_MODULE_PARAMS_H
2
#define _LINUX_MODULE_PARAMS_H
2
#define _LINUX_MODULE_PARAMS_H
3
/* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */
3
/* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */
-
 
4
#include 
4
#include 
5
#include 
5
/**
6
/**
6
 * module_param - typesafe helper for a module/cmdline parameter
7
 * module_param - typesafe helper for a module/cmdline parameter
7
 * @value: the variable to alter, and exposed parameter name.
8
 * @value: the variable to alter, and exposed parameter name.
8
 * @type: the type of the parameter
9
 * @type: the type of the parameter