ocf-linux: version bump to 20110720
[openwrt.git] / target / linux / generic / files / include / linux / rtl8366s.h
index 09173ec..7d5daa4 100644 (file)
 
 #define RTL8366S_DRIVER_NAME   "rtl8366s"
 
+struct rtl8366s_initval {
+       unsigned        reg;
+       u16             val;
+};
+
 struct rtl8366s_platform_data {
        unsigned        gpio_sda;
        unsigned        gpio_sck;
+       unsigned        num_initvals;
+       struct rtl8366s_initval *initvals;
 };
 
 #endif /*  _RTL8366_SMI_H */
This page took 0.030783 seconds and 4 git commands to generate.