162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __NET_SYSFS_H__ 362306a36Sopenharmony_ci#define __NET_SYSFS_H__ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint __init netdev_kobject_init(void); 662306a36Sopenharmony_ciint netdev_register_kobject(struct net_device *); 762306a36Sopenharmony_civoid netdev_unregister_kobject(struct net_device *); 862306a36Sopenharmony_ciint net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num); 962306a36Sopenharmony_ciint netdev_queue_update_kobjects(struct net_device *net, 1062306a36Sopenharmony_ci int old_num, int new_num); 1162306a36Sopenharmony_ciint netdev_change_owner(struct net_device *, const struct net *net_old, 1262306a36Sopenharmony_ci const struct net *net_new); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15