]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/asp.h
xnu-517.9.5.tar.gz
[apple/xnu.git] / bsd / netat / asp.h
index 780dffd578a2cfca220620428e2f4f06111a8e8f..a18a74d85b8f8bf90eb3af9b32749df41da55f6a 100644 (file)
@@ -30,6 +30,7 @@
 
 #ifndef _NETAT_ASP_H_
 #define _NETAT_ASP_H_
+#include <sys/appleapiopts.h>
 
 #define ASP_Version           0x100
 
@@ -125,6 +126,7 @@ union asp_primitives {
 };
 
 #ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
 
 #define ASPSTATE_Close                      0
 #define ASPSTATE_Idle                       1
@@ -212,5 +214,6 @@ typedef struct asp_scb {
        atevent_t delay_event;
 } asp_scb_t;
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* KERNEL */
 #endif /* _NETAT_ASP_H_ */