X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/netat/adsp.h diff --git a/bsd/netat/adsp.h b/bsd/netat/adsp.h index ad59eef29..9da7c99c0 100644 --- a/bsd/netat/adsp.h +++ b/bsd/netat/adsp.h @@ -30,7 +30,7 @@ #ifndef _NETAT_ADSP_H_ #define _NETAT_ADSP_H_ - +#include /* ADSP flags for read, write, and close routines */ #define ADSP_EOM 0x01 /* Sent or received EOM with data */ @@ -664,6 +664,7 @@ typedef struct { #define ADSPGETPEER ((AT_MID_ADSP<<8) | 238) #ifdef KERNEL +#ifdef __APPLE_API_PRIVATE /* from h/adsp_adsp.h */ @@ -700,5 +701,6 @@ struct adsp_debug { int ad_sendWdwSeq; }; -#endif +#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL */ #endif /* _NETAT_ADSP_H_ */