You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
279 B
14 lines
279 B
20 years ago
|
/* -*- 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}
|
||
|
};
|