]> Git Repo - J-linux.git/blob - include/linux/mtd/pismo.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / mtd / pismo.h
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
This page took 0.029436 seconds and 4 git commands to generate.