Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
physmap.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/concat.h>
#include <linux/io.h>

Go to the source code of this file.

Data Structures

struct  physmap_flash_info
 

Macros

#define MAX_RESOURCES   4
 
#define physmap_flash_shutdown   NULL
 

Functions

 module_init (physmap_init)
 
 module_exit (physmap_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("David Woodhouse <[email protected]>")
 
 MODULE_DESCRIPTION ("Generic configurable MTD map driver")
 
 MODULE_ALIAS ("platform:physmap-flash")
 

Macro Definition Documentation

#define MAX_RESOURCES   4

Definition at line 24 of file physmap.c.

#define physmap_flash_shutdown   NULL

Definition at line 215 of file physmap.c.

Function Documentation

MODULE_ALIAS ( "platform:physmap-flash )
MODULE_AUTHOR ( "David Woodhouse <[email protected]>"  )
MODULE_DESCRIPTION ( "Generic configurable MTD map driver )
module_exit ( physmap_exit  )
module_init ( physmap_init  )
MODULE_LICENSE ( "GPL"  )