/* usb-lib/usb/lib/log_usbmsg.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB Library: header for the usb log message handling 
 *
 * $Id: log_usbmsg.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_LOG_USBMSG_H
#define __USB_LIB_LOG_USBMSG_H "$Id: log_usbmsg.h,v 1.2 2003/08/06 15:56:11 ben Exp $"

extern int log_msg_handler(struct usbmsg *msg, usb_log_t log);


#endif /* __USB_LIB_LOG_USBMSG_H */
