| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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> | 
| Arnaldo Carvalho de Melo | 2038073 | 2005-08-16 02:18:02 -0300 | [diff] [blame] | 10 | #include <linux/if_ether.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 |  | 
|  | 12 | ctl_table ether_table[] = { | 
|  | 13 | {0} | 
|  | 14 | }; |