xref: /kernel/linux/linux-5.10/include/linux/mtd/lpc32xx_slc.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/include/linux/mtd/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Platform data for LPC32xx SoC SLC NAND controller
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright © 2012 Roland Stigge
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef __LINUX_MTD_LPC32XX_SLC_H
98c2ecf20Sopenharmony_ci#define __LINUX_MTD_LPC32XX_SLC_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <linux/dmaengine.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistruct lpc32xx_slc_platform_data {
148c2ecf20Sopenharmony_ci	bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
158c2ecf20Sopenharmony_ci};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif  /* __LINUX_MTD_LPC32XX_SLC_H */
18

Indexes created Thu Nov 07 10:32:03 CST 2024