]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/at_ddp_brt.h
xnu-344.23.tar.gz
[apple/xnu.git] / bsd / netat / at_ddp_brt.h
index 7cc33f78fd912a860b15b88146ac8cb0fad7d48b..0b40c98930c138a4742d828a598ecf3f953b21ea 100644 (file)
@@ -26,6 +26,8 @@
 
 #ifndef _NETAT_AT_DDP_BRT_H_
 #define _NETAT_AT_DDP_BRT_H_
+#include <sys/appleapiopts.h>
+#ifdef __APPLE_API_PRIVATE
 
 typedef struct {
        int                             age_flag;
@@ -78,5 +80,6 @@ typedef struct {
 /* Best Router Cache */
 extern ddp_brt_t       at_ddp_brt[BRTSIZE];
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* _NETAT_AT_DDP_BRT_H_ */