X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..5eebf7385fedb1517b66b53c28e5aa6bb0a2be50:/bsd/netat/asp.h diff --git a/bsd/netat/asp.h b/bsd/netat/asp.h index 780dffd57..a18a74d85 100644 --- a/bsd/netat/asp.h +++ b/bsd/netat/asp.h @@ -30,6 +30,7 @@ #ifndef _NETAT_ASP_H_ #define _NETAT_ASP_H_ +#include #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_ */