repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
include
/
linux
/
mtd
/
pismo.h
blob
085b639c9538bfc6c8df5a8c557c6db1f16dce07
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* PISMO memory driver - http://www.pismoworld.org/
4
*/
5
#ifndef __LINUX_MTD_PISMO_H
6
#define __LINUX_MTD_PISMO_H
7
8
struct
pismo_pdata
{
9
void
(*
set_vpp
)(
void
*,
int
);
10
void
*
vpp_data
;
11
phys_addr_t cs_addrs
[
5
];
12
};
13
14
#endif