blob: d168c628c0d54fbc7d112c94cc5f638373b001c7 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Roland Stigge9c6f62a2012-08-16 15:15:35 +02002/*
3 * Platform data for LPC32xx SoC MLC NAND controller
4 *
5 * Copyright © 2012 Roland Stigge
Roland Stigge9c6f62a2012-08-16 15:15:35 +02006 */
7
8#ifndef __LINUX_MTD_LPC32XX_MLC_H
9#define __LINUX_MTD_LPC32XX_MLC_H
10
11#include <linux/dmaengine.h>
12
13struct lpc32xx_mlc_platform_data {
14 bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
15};
16
17#endif /* __LINUX_MTD_LPC32XX_MLC_H */