Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fram.c File Reference
#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)
 

Macro Definition Documentation

#define FRAM_BASE   0xac000000

Definition at line 18 of file fram.c.

#define FRAM_MINOR   0

Definition at line 47 of file fram.c.

#define FRAM_SIZE   0x20000

Definition at line 19 of file fram.c.

#define FRAM_VERSION   "1.0"

Definition at line 11 of file fram.c.

Function Documentation

MODULE_ALIAS_MISCDEV ( FRAM_MINOR  )
module_exit ( fram_cleanup_module  )
module_init ( fram_init  )
MODULE_LICENSE ( "GPL"  )