root/include/linux/platform_data/sdhci-pic32.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Purna Chandra Mandal, purna.mandal@microchip.com
   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

/* [<][>][^][v][top][bottom][index][help] */