#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/preempt.h>
#include <linux/hw_random.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <asm/hypervisor.h>
#include "n2rng.h"
Go to the source code of this file.
#define CONTROL_DEFAULT_0 |
#define CONTROL_DEFAULT_1 |
#define CONTROL_DEFAULT_2 |
#define CONTROL_DEFAULT_3 |
#define CONTROL_DEFAULT_BASE |
#define DRV_MODULE_NAME "n2rng" |
#define DRV_MODULE_RELDATE "July 27, 2011" |
#define DRV_MODULE_VERSION "0.2" |
MODULE_DESCRIPTION |
( |
"Niagara2 RNG driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
n2rng_match |
|
|
) |
| |
module_platform_driver |
( |
n2rng_driver |
| ) |
|