Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Richard Röjfors | 1e5db00 | 2009-09-22 16:46:34 -0700 | [diff] [blame] | 2 | #ifndef LINUX_SPI_MC33880_H |
3 | #define LINUX_SPI_MC33880_H | ||||
4 | |||||
5 | struct mc33880_platform_data { | ||||
6 | /* number assigned to the first GPIO */ | ||||
7 | unsigned base; | ||||
8 | }; | ||||
9 | |||||
10 | #endif | ||||
11 |