Fixed warning in usr.sbin/usbd

This commit is contained in:
Nick Hibma 1998-12-12 11:57:59 +00:00
parent 00074f8e84
commit da3ff61390
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41696

View File

@ -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