Linux Kernel
3.7.1
|
#include <mtd-nand-s3c2410.h>
Data Fields | |
unsigned int | disable_ecc:1 |
unsigned int | flash_bbt:1 |
unsigned int | options |
int | nr_chips |
int | nr_partitions |
char * | name |
int * | nr_map |
struct mtd_partition * | partitions |
struct nand_ecclayout * | ecc_layout |
Definition at line 31 of file mtd-nand-s3c2410.h.
unsigned int disable_ecc |
Definition at line 32 of file mtd-nand-s3c2410.h.
struct nand_ecclayout* ecc_layout |
Definition at line 41 of file mtd-nand-s3c2410.h.
unsigned int flash_bbt |
Definition at line 33 of file mtd-nand-s3c2410.h.
char* name |
Definition at line 38 of file mtd-nand-s3c2410.h.
int nr_chips |
Definition at line 36 of file mtd-nand-s3c2410.h.
int* nr_map |
Definition at line 39 of file mtd-nand-s3c2410.h.
int nr_partitions |
Definition at line 37 of file mtd-nand-s3c2410.h.
unsigned int options |
Definition at line 35 of file mtd-nand-s3c2410.h.
struct mtd_partition* partitions |
Definition at line 40 of file mtd-nand-s3c2410.h.