X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..378393581903b274cb7a4d18e0d978071a6b592d:/bsd/netat/at_pat.h diff --git a/bsd/netat/at_pat.h b/bsd/netat/at_pat.h index 97a535b2e..99dc7ee29 100644 --- a/bsd/netat/at_pat.h +++ b/bsd/netat/at_pat.h @@ -26,6 +26,9 @@ #ifndef _NETAT_AT_PAT_H_ #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 @@ -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_ */