vm: fix a null dereference on out-of-memory
[minix.git] / include / net / if.h
blob39446f23f2dc1f77396c51588ea43d035c385906
1 #ifndef _NET_IF_H_
2 #define _NET_IF_H_
4 #define IFF_UP 0x0001 /* interface is up */
6 #endif /* _NET_IF_H_ */