]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / netat / adsp.h
index ad59eef29a8c4f6eafbef5e61e73a35625933b18..9da7c99c09c80c530f8809ab733b457af44ab185 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifndef _NETAT_ADSP_H_
 #define _NETAT_ADSP_H_
-
+#include <sys/appleapiopts.h>
 /* 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_ */