|
Linux Kernel
3.7.1
|
#include <linux/miscdevice.h>#include <linux/proc_fs.h>#include <linux/mm.h>#include <linux/io.h>Go to the source code of this file.
Macros | |
| #define | FRAM_VERSION "1.0" |
| #define | FRAM_BASE 0xac000000 |
| #define | FRAM_SIZE 0x20000 |
| #define | FRAM_MINOR 0 |
Functions | |
| module_init (fram_init) | |
| module_exit (fram_cleanup_module) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS_MISCDEV (FRAM_MINOR) | |
| MODULE_ALIAS_MISCDEV | ( | FRAM_MINOR | ) |
| module_exit | ( | fram_cleanup_module | ) |
| module_init | ( | fram_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2