Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sysctl_net_ether.c « ethernet « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b81a6d532342a3bbb610670174918e02935bcaf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- linux-c -*-
 * sysctl_net_ether.c: sysctl interface to net Ethernet subsystem.
 *
 * Begun April 1, 1996, Mike Shaver.
 * Added /proc/sys/net/ether directory entry (empty =) ). [MS]
 */

#include <linux/mm.h>
#include <linux/sysctl.h>

ctl_table ether_table[] = {
	{0}
};