]> Git Repo - J-linux.git/blob - include/linux/platform_data/sdhci-pic32.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / platform_data / sdhci-pic32.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Purna Chandra Mandal, [email protected]
4  * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
5  */
6 #ifndef __PIC32_SDHCI_PDATA_H__
7 #define __PIC32_SDHCI_PDATA_H__
8
9 struct pic32_sdhci_platform_data {
10         /* read & write fifo threshold */
11         int (*setup_dma)(u32 rfifo, u32 wfifo);
12 };
13
14 #endif
This page took 0.024641 seconds and 4 git commands to generate.