ucmb: Put the lowlevel protocol handling into the kernel.
[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 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_ */