Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2
/
.
/
arch
/
arm
/
plat-stmp3xxx
/
include
/
mach
/
gpmi.h
blob: e166432910ad0e2745de9eb44c1e699e0be32a4c [
file
] [
log
] [
blame
]
#ifndef
__MACH_GPMI_H
#include
<linux/mtd/partitions.h>
#include
<mach/regs-gpmi.h>
struct
gpmi_platform_data
{
void
*
pins
;
int
nr_parts
;
struct
mtd_partition
*
parts
;
const
char
*
part_types
[];
};
#endif