vlanproc.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef __BEN_VLAN_PROC_INC__
  2. #define __BEN_VLAN_PROC_INC__
  3. int vlan_proc_init(void);
  4. int vlan_proc_rem_dev(struct net_device *vlandev);
  5. int vlan_proc_add_dev (struct net_device *vlandev);
  6. void vlan_proc_cleanup (void);
  7. #define VLAN_PROC_BUFSZ (4096) /* buffer size for printing proc info */
  8. #endif /* !(__BEN_VLAN_PROC_INC__) */