Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
srm_env.c File Reference
#include <linux/kernel.h>
#include <linux/gfp.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <asm/console.h>
#include <asm/uaccess.h>
#include <asm/machvec.h>

Go to the source code of this file.

Data Structures

struct  _srm_env
 

Macros

#define BASE_DIR   "srm_environment" /* Subdir in /proc/ */
 
#define NAMED_DIR   "named_variables" /* Subdir for known variables */
 
#define NUMBERED_DIR   "numbered_variables" /* Subdir for all variables */
 
#define VERSION   "0.0.6" /* Module version */
 
#define NAME   "srm_env" /* Module name */
 

Typedefs

typedef struct _srm_env srm_env_t
 

Functions

 MODULE_AUTHOR ("Jan-Benedict Glaw <[email protected]>")
 
 MODULE_DESCRIPTION ("Accessing Alpha SRM environment through procfs interface")
 
 MODULE_LICENSE ("GPL")
 
 module_init (srm_env_init)
 
 module_exit (srm_env_exit)
 

Macro Definition Documentation

#define BASE_DIR   "srm_environment" /* Subdir in /proc/ */

Definition at line 41 of file srm_env.c.

#define NAME   "srm_env" /* Module name */

Definition at line 45 of file srm_env.c.

#define NAMED_DIR   "named_variables" /* Subdir for known variables */

Definition at line 42 of file srm_env.c.

#define NUMBERED_DIR   "numbered_variables" /* Subdir for all variables */

Definition at line 43 of file srm_env.c.

#define VERSION   "0.0.6" /* Module version */

Definition at line 44 of file srm_env.c.

Typedef Documentation

Function Documentation

MODULE_AUTHOR ( "Jan-Benedict Glaw <[email protected]>"  )
MODULE_DESCRIPTION ( "Accessing Alpha SRM environment through procfs interface )
module_exit ( srm_env_exit  )
module_init ( srm_env_init  )
MODULE_LICENSE ( "GPL"  )