#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/genhd.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/irq.h>
#include <linux/irqreturn.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <asm/page.h>
#include <asm/prom.h>
Go to the source code of this file.
| #define AXON_RAM_DEVICE_NAME "axonram" |
| #define AXON_RAM_MINORS_PER_DISK 16 |
| #define AXON_RAM_MODULE_NAME "axonram" |
| #define AXON_RAM_SECTOR_SHIFT 9 |
| module_exit |
( |
axon_ram_exit |
| ) |
|
| module_init |
( |
axon_ram_init |
| ) |
|