summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/include/linux/rtl8366.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/files/include/linux/rtl8366.h')
-rw-r--r--target/linux/generic/files/include/linux/rtl8366.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/rtl8366.h b/target/linux/generic/files/include/linux/rtl8366.h
index 22ce614d4..78daed220 100644
--- a/target/linux/generic/files/include/linux/rtl8366.h
+++ b/target/linux/generic/files/include/linux/rtl8366.h
@@ -29,6 +29,8 @@ struct rtl8366_initval {
struct rtl8366_platform_data {
unsigned gpio_sda;
unsigned gpio_sck;
+ void (*hw_reset)(bool active);
+
unsigned num_initvals;
struct rtl8366_initval *initvals;
};