|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/of.h>#include <linux/of_device.h>#include <linux/of_platform.h>#include <linux/fs.h>#include <linux/module.h>#include <linux/cdev.h>#include <linux/list.h>#include <linux/mm.h>#include <linux/slab.h>#include <asm/pgtable.h>#include <asm/io.h>Go to the source code of this file.
Data Structures | |
| struct | bsr_dev |
Macros | |
| #define | BSR_MAX_DEVS (32) |
Enumerations | |
| enum | { BSR_8 = 0, BSR_16 = 1, BSR_64 = 2, BSR_128 = 3, BSR_4096 = 4, BSR_UNKNOWN = 5, BSR_MAX = 6 } |
Functions | |
| module_init (bsr_init) | |
| module_exit (bsr_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Sonny Rao <[email protected]>") | |
| anonymous enum |
| MODULE_AUTHOR | ( | "Sonny Rao <[email protected]>" | ) |
| module_exit | ( | bsr_exit | ) |
| module_init | ( | bsr_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2