X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..6601e61aa18bf4f09af135ff61fc7f4771d23b06:/bsd/netat/at_pat.h diff --git a/bsd/netat/at_pat.h b/bsd/netat/at_pat.h index 107b3857d..99dc7ee29 100644 --- a/bsd/netat/at_pat.h +++ b/bsd/netat/at_pat.h @@ -28,6 +28,8 @@ #define _NETAT_AT_PAT_H_ #include +#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_ */