Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
random.c File Reference
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/interrupt.h>
#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <asm/uaccess.h>
#include <irq_kern.h>
#include <os.h>

Go to the source code of this file.

Macros

#define RNG_VERSION   "1.0.0"
 
#define RNG_MODULE_NAME   "hw_random"
 
#define RNG_MISCDEV_MINOR   183 /* official */
 

Functions

 module_init (rng_init)
 
 module_exit (rng_cleanup)
 
 MODULE_DESCRIPTION ("UML Host Random Number Generator (RNG) driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define RNG_MISCDEV_MINOR   183 /* official */

Definition at line 25 of file random.c.

#define RNG_MODULE_NAME   "hw_random"

Definition at line 23 of file random.c.

#define RNG_VERSION   "1.0.0"

Definition at line 22 of file random.c.

Function Documentation

MODULE_DESCRIPTION ( "UML Host Random Number Generator (RNG) driver )
module_exit ( rng_cleanup  )
module_init ( rng_init  )
MODULE_LICENSE ( "GPL"  )