Wirefilter: Several new features (bandwidth, speed, mtu, dup, noise).
[vde.git] / vde / switch.h
blobeaface613c53815e0254aced0dd48bf982e5677b
1 /* Copyright 2002 Jeff Dike
2 * Licensed under the GPL
3 */
5 #ifndef __SWITCH_H__
6 #define __SWITCH_H__
8 #define ETH_ALEN 6
9 void printlog(int priority, const char *format, ...);
11 extern void **g_fdsdata;
12 extern int g_nfds;
13 extern int g_minfds;
15 #endif