Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/hw_random.h>
#include <asm/io.h>
#include <mach/hardware.h>
Go to the source code of this file.
Functions | |
module_init (ixp4xx_rng_init) | |
module_exit (ixp4xx_rng_exit) | |
MODULE_AUTHOR ("Deepak Saxena <[email protected]>") | |
MODULE_DESCRIPTION ("H/W Pseudo-Random Number Generator (RNG) driver for IXP45x/46x") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Deepak Saxena <[email protected]>" | ) |
module_exit | ( | ixp4xx_rng_exit | ) |
module_init | ( | ixp4xx_rng_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |