]> 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 107b3857d7df2ba70d9dafc5609acb370c951ba5..99dc7ee29292fd20f8022412a5ef1bf5f0fa0c89 100644 (file)
@@ -28,6 +28,8 @@
 #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 
  * number of interfaces supported should be communicated. Should include
@@ -62,4 +64,5 @@ typedef struct {
         ((*((unsigned long *)(a1)) == *((unsigned long *)(a2))) &&      \
         (a1[4] == a2[4])                                               \
        )
+#endif /* __APPLE_API_OBSOLETE */
 #endif /* _NETAT_AT_PAT_H_ */