_KERNEL_OPT

XXX: should figure out how to make defopt compatible with a modular
world (e.g. "kill it" or define it a little better).
This commit is contained in:
pooka 2010-12-16 10:08:43 +00:00
parent d714991586
commit 16d0773e7a

View File

@ -1,4 +1,4 @@
/* $NetBSD: usb_mem.c,v 1.42 2010/12/15 23:43:02 matt Exp $ */
/* $NetBSD: usb_mem.c,v 1.43 2010/12/16 10:08:43 pooka Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,9 +38,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: usb_mem.c,v 1.42 2010/12/15 23:43:02 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: usb_mem.c,v 1.43 2010/12/16 10:08:43 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>