]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_tun.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / net / if_tun.h
index 8ccbda90e8aacad9fcfe63aa70d619c4c991a3a9..23731386f1b632003be6f18b7ab07a7b2d8fad92 100644 (file)
@@ -38,6 +38,8 @@
 
 #ifndef _NET_IF_TUN_H_
 #define _NET_IF_TUN_H_
+#include <sys/appleapiopts.h>
+#ifdef __APPLE_API_PRIVATE
 
 /* Refer to if_tunvar.h for the softc stuff */
 
@@ -60,4 +62,5 @@ struct tuninfo {
 #define        TUNSIFINFO      _IOW('t', 91, struct tuninfo)
 #define        TUNGIFINFO      _IOR('t', 92, struct tuninfo)
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* !_NET_IF_TUN_H_ */