f1a92836f86fe599dc38e40e2e1a2c5dd9777b8c
[openwrt-10.03/.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_ */