/* usb/lib/va-log.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB Library: logging functions (using va-list)
 *
 * $Id: va-log.h,v 1.3 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_VA_LOG_H
#define __USB_LIB_VA_LOG_H "$Id: va-log.h,v 1.3 2003/08/06 15:56:11 ben Exp $"

extern void usb_vlog(usb_log_t to, int type, const char *msg,
		     va_list va);

#endif /* __USB_LIB_VA_LOG_H */
