minix/nbsd_include/net/if.h

7 lines
110 B
C
Raw Normal View History

2011-02-21 14:13:55 +01:00
#ifndef _NET_IF_H_
#define _NET_IF_H_
#define IFF_UP 0x0001 /* interface is up */
#endif /* _NET_IF_H_ */