Home | History | Annotate | Line # | Download | only in altq
altqconf.h revision 1.1.4.1
      1  1.1.4.1  nathanw /*	$NetBSD: altqconf.h,v 1.1.4.1 2001/06/21 18:12:50 nathanw Exp $	*/
      2      1.1  thorpej 
      3  1.1.4.1  nathanw #if defined(_KERNEL_OPT)
      4      1.1  thorpej #include "opt_altq_enabled.h"
      5      1.1  thorpej 
      6      1.1  thorpej #include <sys/conf.h>
      7      1.1  thorpej 
      8      1.1  thorpej #ifdef ALTQ
      9      1.1  thorpej #define	NALTQ	1
     10      1.1  thorpej #else
     11      1.1  thorpej #define	NALTQ	0
     12      1.1  thorpej #endif
     13      1.1  thorpej 
     14      1.1  thorpej cdev_decl(altq);
     15      1.1  thorpej 
     16      1.1  thorpej #define	cdev_altq_init(x,y)	cdev__oci_init(x,y)
     17  1.1.4.1  nathanw #endif /* _KERNEL_OPT */
     18