Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform data for LPC32xx SoC SLC NAND controller
0004  *
0005  * Copyright © 2012 Roland Stigge
0006  */
0007 
0008 #ifndef __LINUX_MTD_LPC32XX_SLC_H
0009 #define __LINUX_MTD_LPC32XX_SLC_H
0010 
0011 #include <linux/dmaengine.h>
0012 
0013 struct lpc32xx_slc_platform_data {
0014     bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
0015 };
0016 
0017 #endif  /* __LINUX_MTD_LPC32XX_SLC_H */