Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
spear_smi.h File Reference
#include <linux/types.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/platform_device.h>
#include <linux/of.h>

Go to the source code of this file.

Data Structures

struct  spear_smi_flash_info
 
struct  spear_smi_plat_data
 

Macros

#define MAX_NUM_FLASH_CHIP   4
 
#define DEFINE_PARTS(n, of, s)
 

Macro Definition Documentation

#define DEFINE_PARTS (   n,
  of,
  s 
)
Value:
{ \
.name = n, \
.offset = of, \
.size = s, \
}

Definition at line 23 of file spear_smi.h.

#define MAX_NUM_FLASH_CHIP   4

Definition at line 20 of file spear_smi.h.