forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/net/phy/sfp.h
....@@ -22,6 +22,8 @@
2222 void sfp_link_down(struct sfp_bus *bus);
2323 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
2424 void sfp_module_remove(struct sfp_bus *bus);
25
+int sfp_module_start(struct sfp_bus *bus);
26
+void sfp_module_stop(struct sfp_bus *bus);
2527 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
2628 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,
2729 const struct sfp_socket_ops *ops);