]> Git Repo - linux.git/blob - include/linux/platform_data/spi-ath79.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / include / linux / platform_data / spi-ath79.h
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 <[email protected]>
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 */
This page took 0.032424 seconds and 4 git commands to generate.