/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2013 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
*/
#include <sys/appleapiopts.h>
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
#define ECN_ALLOWED 1 /* ECN allowed */
#define ECN_FORBIDDEN 0 /* ECN forbidden */
#define ECN_NOCARE (-1) /* no consideration to ECN */
extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
-#endif KERNEL_PRIVATE
+#endif /* BSD_KERNEL_PRIVATE */