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

Go to the source code of this file.

Macros

#define superh_se_partitions   NULL
 
#define NUM_PARTITIONS   0
 

Functions

 module_init (init_soleng_maps)
 
 module_exit (cleanup_soleng_maps)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("David Woodhouse <[email protected]>")
 
 MODULE_DESCRIPTION ("MTD map driver for Hitachi SolutionEngine (and similar) boards")
 

Variables

struct map_info soleng_eprom_map
 
struct map_info soleng_flash_map
 

Macro Definition Documentation

#define NUM_PARTITIONS   0

Definition at line 55 of file solutionengine.c.

#define superh_se_partitions   NULL

Definition at line 54 of file solutionengine.c.

Function Documentation

MODULE_AUTHOR ( "David Woodhouse <[email protected]>"  )
MODULE_DESCRIPTION ( "MTD map driver for Hitachi SolutionEngine (and similar) boards"  )
module_exit ( cleanup_soleng_maps  )
module_init ( init_soleng_maps  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct map_info soleng_eprom_map
Initial value:
= {
.name = "Solution Engine EPROM",
.size = 0x400000,
.bankwidth = 4,
}

Definition at line 22 of file solutionengine.c.

struct map_info soleng_flash_map
Initial value:
= {
.name = "Solution Engine FLASH",
.size = 0x400000,
.bankwidth = 4,
}

Definition at line 28 of file solutionengine.c.