]> Git Repo - linux.git/blob - include/linux/platform_data/sdhci-pic32.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[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.040464 seconds and 4 git commands to generate.