]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/at_pat.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / netat / at_pat.h
index 97a535b2ea50474b8c726eecb25de53e795d6ada..99dc7ee29292fd20f8022412a5ef1bf5f0fa0c89 100644 (file)
@@ -26,6 +26,9 @@
 
 #ifndef _NETAT_AT_PAT_H_
 #define _NETAT_AT_PAT_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 
 /* This is header for the PAT module. This contains a table of pointers that 
  * should get initialized with the BNET stuff and the ethernet driver. The 
@@ -61,4 +64,5 @@ typedef struct {
         ((*((unsigned long *)(a1)) == *((unsigned long *)(a2))) &&      \
         (a1[4] == a2[4])                                               \
        )
+#endif /* __APPLE_API_OBSOLETE */
 #endif /* _NETAT_AT_PAT_H_ */