diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-12 11:57:59 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-12 11:57:59 +0000 |
| commit | da3ff613903064d5dcbab205c3964afbe33d5989 (patch) | |
| tree | e3aa6a73a2629506123a5a4b3e6a5e2d21646996 | |
| parent | 00074f8e84d6315a68216495df4b98963ce83c7e (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 28695a32bca0..24a5955b255b 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -48,9 +48,11 @@ #if defined(__FreeBSD__) #include <sys/malloc.h> +#if defined(KERNEL) MALLOC_DECLARE(M_USB); MALLOC_DECLARE(M_USBDEV); #endif +#endif #define USB_MAX_DEVICES 128 #define USB_START_ADDR 0 |
