repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
mips
/
include
/
asm
/
mach-au1x00
/
au1550nd.h
blob
ad4c0a03afefbf9d8b01a085748bbeb8bbfffacf
1
/*
2
* platform data for the Au1550 NAND driver
3
*/
4
5
#ifndef _AU1550ND_H_
6
#define _AU1550ND_H_
7
8
#include <linux/mtd/partitions.h>
9
10
struct
au1550nd_platdata
{
11
struct
mtd_partition
*
parts
;
12
int
num_parts
;
13
int
devwidth
;
/* 0 = 8bit device, 1 = 16bit device */
14
};
15
16
#endif