diff options
Diffstat (limited to 'net/dsa/dsa_priv.h')
-rw-r--r-- | net/dsa/dsa_priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index 591a40aea9ca..0706a511244e 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h | |||
@@ -66,6 +66,10 @@ int dsa_slave_resume(struct net_device *slave_dev); | |||
66 | int dsa_slave_register_notifier(void); | 66 | int dsa_slave_register_notifier(void); |
67 | void dsa_slave_unregister_notifier(void); | 67 | void dsa_slave_unregister_notifier(void); |
68 | 68 | ||
69 | /* switch.c */ | ||
70 | int dsa_switch_register_notifier(struct dsa_switch *ds); | ||
71 | void dsa_switch_unregister_notifier(struct dsa_switch *ds); | ||
72 | |||
69 | /* tag_dsa.c */ | 73 | /* tag_dsa.c */ |
70 | extern const struct dsa_device_ops dsa_netdev_ops; | 74 | extern const struct dsa_device_ops dsa_netdev_ops; |
71 | 75 | ||