repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Add tagged status support.
[linux-2.6/verdex.git]
/
net
/
ethernet
/
sysctl_net_ether.c
blob
b81a6d532342a3bbb610670174918e02935bcaf2
1
/* -*- linux-c -*-
2
* sysctl_net_ether.c: sysctl interface to net Ethernet subsystem.
3
*
4
* Begun April 1, 1996, Mike Shaver.
5
* Added /proc/sys/net/ether directory entry (empty =) ). [MS]
6
*/
7
8
#include <linux/mm.h>
9
#include <linux/sysctl.h>
10
11
ctl_table ether_table
[] = {
12
{
0
}
13
};