1 /* $NetBSD: opt_rumpkernel.h,v 1.1 2015/08/21 12:39:07 pooka Exp $ */ 2 3 #ifndef __NetBSD__ 4 #define __NetBSD__ 5 #endif 6 7 #define _KERNEL 1 8 #define _MODULE 1 9 10 #define MODULAR 1 11 #define MULTIPROCESSOR 1 12 #define MAXUSERS 32 13 14 #define DEBUGPRINT 15