https://github.com/torvalds/linux
Raw File
Tip revision: 2f4ba45a75d6383b4a1201169a808ffea416ffa0 authored by Linus Torvalds on 13 September 2005, 03:12:09 UTC
Linux 2.6.14-rc1
Tip revision: 2f4ba45
sysctl_net_ether.c
/* -*- 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>
#include <linux/if_ether.h>

ctl_table ether_table[] = {
	{0}
};
back to top