]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/altq/altq_fairq.h
xnu-6153.41.3.tar.gz
[apple/xnu.git] / bsd / net / altq / altq_fairq.h
index d9d536ca879e0ab71438f2db21f5eddb8d6db7c3..976242cf2f0bf88b4b425dbd7aa03df21e2461e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2016 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
 
 /*
  * Copyright (c) 2008 The DragonFly Project.  All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The DragonFly Project
  * by Matthew Dillon <dillon@backplane.com>
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
- * 
+ *
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.
  * 2. Redistributions in binary form must reproduce the above copyright
@@ -45,7 +45,7 @@
  * 3. Neither the name of The DragonFly Project nor the names of its
  *    contributors may be used to endorse or promote products derived
  *    from this software without specific, prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- * 
+ *
  * $DragonFly: src/sys/net/altq/altq_fairq.h,v 1.1 2008/04/06 18:58:15 dillon Exp $
  */
 
 #ifndef _NET_ALTQ_ALTQ_FAIRQ_H_
-#define        _NET_ALTQ_ALTQ_FAIRQ_H_
+#define _NET_ALTQ_ALTQ_FAIRQ_H_
 
 #include <net/pfvar.h>
 #include <net/altq/altq.h>
 #include <net/pktsched/pktsched_fairq.h>
 
-#ifdef BSD_KERNEL_PRIVATE
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int     altq_fairq_pfattach(struct pf_altq *);
-extern int     altq_fairq_add(struct pf_altq *);
-extern int     altq_fairq_remove(struct pf_altq *);
-extern int     altq_fairq_add_queue(struct pf_altq *);
-extern int     altq_fairq_remove_queue(struct pf_altq *);
-extern int     altq_fairq_getqstats(struct pf_altq *, void *, int *);
-
-#ifdef __cplusplus
-}
-#endif
-#endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NET_ALTQ_ALTQ_FAIRQ_H_ */