#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 */
#define ADSPGETPEER ((AT_MID_ADSP<<8) | 238)
#ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
/* from h/adsp_adsp.h */
int ad_sendWdwSeq;
};
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* KERNEL */
#endif /* _NETAT_ADSP_H_ */