minix3/include/net/if.h

7 lines
110 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
#ifndef _NET_IF_H_
#define _NET_IF_H_
#define IFF_UP 0x0001 /* interface is up */
#endif /* _NET_IF_H_ */