From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/net/core/net-sysfs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/net/core/net-sysfs.h (limited to 'linux/net/core/net-sysfs.h') diff --git a/linux/net/core/net-sysfs.h b/linux/net/core/net-sysfs.h new file mode 100644 index 00000000..2745a1b5 --- /dev/null +++ b/linux/net/core/net-sysfs.h @@ -0,0 +1,11 @@ +#ifndef __NET_SYSFS_H__ +#define __NET_SYSFS_H__ + +int __init netdev_kobject_init(void); +int netdev_register_kobject(struct net_device *); +void netdev_unregister_kobject(struct net_device *); +int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num); +int netdev_queue_update_kobjects(struct net_device *net, + int old_num, int new_num); + +#endif -- cgit