e1000e: provide family-specific PHY power up/down operations
[pandora-kernel.git] / drivers / net / e1000e / hw.h
index 6c3d55f..e0addf3 100644 (file)
@@ -774,6 +774,8 @@ struct e1000_phy_operations {
        s32  (*set_d3_lplu_state)(struct e1000_hw *, bool);
        s32  (*write_reg)(struct e1000_hw *, u32, u16);
        s32  (*write_reg_locked)(struct e1000_hw *, u32, u16);
+       void (*power_up)(struct e1000_hw *);
+       void (*power_down)(struct e1000_hw *);
 };
 
 /* Function pointers for the NVM. */