/* usb/lib/if-utils.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB Library: Header file for interface utilities
 *
 * $Id: if-utils.h,v 1.2 2003/08/06 15:56:11 ben Exp $ 
 *
 * This Library file is part of the Simtec Electronics USB stack development
 *   suite.
 * Specific licence is granted to use this file by third parties for the
 *   development of USB device drivers.
 *
 */

#ifndef __USB_LIB_IFUTILS_H
#define __USB_LIB_IFUTILS_H "$Id: if-utils.h,v 1.2 2003/08/06 15:56:11 ben Exp $"

/* note, unfinished */

extern int usblib_get_endpoints_for_if(usb_pipe_t *defpipe,
				       int interface_no,
				       int interface_cfg_no,
				       int *ep_nos,
				       int ep_no_size);

#endif /* __USB_LIB_IFUTILS_H */
