cce4e746619adef03f257558e2e080970db6231f
[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 long gpio_cs;
7 unsigned int gpio_sck;
8 unsigned int gpio_miso;
9 unsigned int gpio_mosi;
10
11 struct platform_device *pdev; /* internal */
12 };
13
14 #endif /* LINUX_UCMB_H_ */
This page took 0.039837 seconds and 3 git commands to generate.