linux/include/linux/mtd/pismo.h
<<
>>
Prefs
   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
   8struct pismo_pdata {
   9        void                    (*set_vpp)(void *, int);
  10        void                    *vpp_data;
  11        phys_addr_t             cs_addrs[5];
  12};
  13
  14#endif
  15