Home | History | Annotate | Line # | Download | only in npftest
npftest.h revision 1.1.2.2
      1 /*	$NetBSD: npftest.h,v 1.1.2.2 2012/04/17 00:09:50 yamt Exp $	*/
      2 
      3 /*
      4  * Public Domain.
      5  */
      6 
      7 #ifndef _NPF_TEST_H_
      8 #define _NPF_TEST_H_
      9 
     10 #include <stdbool.h>
     11 
     12 bool		rumpns_npf_nbuf_test(bool);
     13 bool		rumpns_npf_processor_test(bool);
     14 bool		rumpns_npf_table_test(bool);
     15 
     16 #endif
     17