Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
11struct ath79_spi_platform_data {
12 unsigned bus_num;
13 unsigned num_chipselect;
14};
15
16#endif /* _ATH79_SPI_PLATFORM_H */