repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.31.8
[linux/fpc-iii.git]
/
arch
/
arm
/
plat-stmp3xxx
/
include
/
mach
/
gpmi.h
blob
e166432910ad0e2745de9eb44c1e699e0be32a4c
1
#ifndef __MACH_GPMI_H
2
3
#include <linux/mtd/partitions.h>
4
#include <mach/regs-gpmi.h>
5
6
struct
gpmi_platform_data
{
7
void
*
pins
;
8
int
nr_parts
;
9
struct
mtd_partition
*
parts
;
10
const char
*
part_types
[];
11
};
12
#endif