sysctl_net_ether.c 307 B

1234567891011121314
  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. #include <linux/mm.h>
  8. #include <linux/sysctl.h>
  9. #include <linux/if_ether.h>
  10. ctl_table ether_table[] = {
  11. {0}
  12. };