aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/max7301.h
blob: 6dfd83f19b4b1ceaa8575c25b2a6efe949e9d963 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef LINUX_SPI_MAX7301_H
#define LINUX_SPI_MAX7301_H

struct max7301_platform_data {
	/* number assigned to the first GPIO */
	unsigned	base;
};

#endif