root/include/linux/platform_data/spi-ath79.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  *  Platform data definition for Atheros AR71XX/AR724X/AR913X SPI controller
   4  *
   5  *  Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org>
   6  */
   7 
   8 #ifndef _ATH79_SPI_PLATFORM_H
   9 #define _ATH79_SPI_PLATFORM_H
  10 
  11 struct ath79_spi_platform_data {
  12         unsigned        bus_num;
  13         unsigned        num_chipselect;
  14 };
  15 
  16 #endif /* _ATH79_SPI_PLATFORM_H */

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