[ar71xx] add preliminary support for the Ubiquiti LS-SR71 board (thanks to Xianghua...
[openwrt.git] / package / ucmb / src / ucmb.h
1 #ifndef LINUX_UCMB_H_
2 #define LINUX_UCMB_H_
3
4 struct ucmb_platform_data {
5 const char *name;
6 unsigned int gpio_sck;
7 unsigned int gpio_miso;
8 unsigned int gpio_mosi;
9
10 struct platform_device *pdev; /* internal */
11 };
12
13 #endif /* LINUX_UCMB_H_ */
This page took 0.043593 seconds and 5 git commands to generate.