/* usb/lib/dev-utils.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB Library: Header file for device utility functions
 *
 * $Id: dev-utils.h,v 1.4 2003/08/07 13:06:57 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_DEV_UTILS_H
#define __USB_LIB_DEV_UTILS_H "$Id: dev-utils.h,v 1.4 2003/08/07 13:06:57 ben Exp $"

/** Obtains a device reference
@memo Obtains a device reference
@param deviceno device number
@param pointer to controller
*/
extern void *usb_find_device_ref(unsigned long deviceno, void *controller);

#endif /* __USB_LIB_DEV_UTILS_H */
