6 lines
110 B
C
6 lines
110 B
C
#ifndef _NET_IF_H_
|
|
#define _NET_IF_H_
|
|
|
|
#define IFF_UP 0x0001 /* interface is up */
|
|
|
|
#endif /* _NET_IF_H_ */
|