]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/sysglue.h
xnu-344.23.tar.gz
[apple/xnu.git] / bsd / netat / sysglue.h
index 0885bb142ee9c1e846c176e65969686bf254b04f..62afbde1f10612f9ec79eab427571abacd9f8cfb 100644 (file)
@@ -34,6 +34,7 @@
 
 #ifndef _NETAT_SYSGLUE_H_
 #define _NETAT_SYSGLUE_H_
+#include <sys/appleapiopts.h>
 
 /* 
    The following is originally from netat/h/localglue.h, which was 
@@ -88,6 +89,7 @@ typedef struct {
 #endif
 
 #ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
 
 #define SYS_HZ HZ      /* Number of clock (SYS_SETTIMER) ticks per second */
 #define HZ hz          /* HZ ticks definition used throughout AppleTalk */
@@ -186,5 +188,6 @@ int gbuf_msgsize(gbuf_t *m);
 #undef timeout
 #undef untimeout
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* KERNEL */
 #endif /* _NETAT_SYSGLUE_H_ */