MFNetBSD:
revision 1.67 date: 2001/11/21 13:44:47; author: augustss; state: Exp; lines: +3 -1 Wrap dump routine prototypes in #ifdef USB_DEBUG
This commit is contained in:
parent
7c21b0290d
commit
be55f9a1f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94089
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: usbdivar.h,v 1.66 2001/11/20 13:48:04 augustss Exp $ */
|
||||
/* $NetBSD: usbdivar.h,v 1.67 2001/11/21 13:44:47 augustss Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
@ -224,11 +224,13 @@ struct usbd_xfer {
|
||||
void usbd_init(void);
|
||||
void usbd_finish(void);
|
||||
|
||||
#ifdef USB_DEBUG
|
||||
void usbd_dump_iface(struct usbd_interface *iface);
|
||||
void usbd_dump_device(struct usbd_device *dev);
|
||||
void usbd_dump_endpoint(struct usbd_endpoint *endp);
|
||||
void usbd_dump_queue(usbd_pipe_handle pipe);
|
||||
void usbd_dump_pipe(usbd_pipe_handle pipe);
|
||||
#endif
|
||||
|
||||
/* Routines from usb_subr.c */
|
||||
int usbctlprint(void *, const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user