Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at for-next 17 lines 348 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Platform data for LPC32xx SoC SLC NAND controller 4 * 5 * Copyright © 2012 Roland Stigge 6 */ 7 8#ifndef __LINUX_MTD_LPC32XX_SLC_H 9#define __LINUX_MTD_LPC32XX_SLC_H 10 11#include <linux/dmaengine.h> 12 13struct lpc32xx_slc_platform_data { 14 dma_filter_fn dma_filter; 15}; 16 17#endif /* __LINUX_MTD_LPC32XX_SLC_H */