sysctl_net_ether.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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. ctl_table ether_table[] = {
  10. {0}
  11. };