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
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
mips
/
include
/
asm
/
mach-au1x00
/
au1550nd.h
blob
d26dc1dadf44257ca84dcd4bc983f13f6744155a
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* platform data for the Au1550 NAND driver
4
*/
5
6
#ifndef _AU1550ND_H_
7
#define _AU1550ND_H_
8
9
#include <linux/mtd/partitions.h>
10
11
struct
au1550nd_platdata
{
12
struct
mtd_partition
*
parts
;
13
int
num_parts
;
14
int
devwidth
;
/* 0 = 8bit device, 1 = 16bit device */
15
};
16
17
#endif