generic: rtl836x: add hw_reset field to struct rtl8366_smi
[openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366_smi.h
index ea5e6db..700f83c 100644 (file)
@@ -32,6 +32,7 @@ struct rtl8366_smi {
        struct device           *parent;
        unsigned int            gpio_sda;
        unsigned int            gpio_sck;
+       void                    (*hw_reset)(bool active);
        unsigned int            clk_delay;      /* ns */
        u8                      cmd_read;
        u8                      cmd_write;