cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sdhci-pic32.h (360B)


      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
      9struct pic32_sdhci_platform_data {
     10	/* read & write fifo threshold */
     11	int (*setup_dma)(u32 rfifo, u32 wfifo);
     12};
     13
     14#endif