]> Git Repo - linux.git/blob - include/linux/mtd/lpc32xx_mlc.h
Linux 6.14-rc3
[linux.git] / include / linux / mtd / lpc32xx_mlc.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Platform data for LPC32xx SoC MLC NAND controller
4  *
5  * Copyright © 2012 Roland Stigge
6  */
7
8 #ifndef __LINUX_MTD_LPC32XX_MLC_H
9 #define __LINUX_MTD_LPC32XX_MLC_H
10
11 #include <linux/dmaengine.h>
12
13 struct lpc32xx_mlc_platform_data {
14         dma_filter_fn dma_filter;
15 };
16
17 #endif  /* __LINUX_MTD_LPC32XX_MLC_H */
This page took 0.03122 seconds and 4 git commands to generate.