/* usb/sys/log.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB System: system specific usb logging definitions / functions
 *
 * $Id: log.h,v 1.4 2003/08/07 22:16:25 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_SYS_LOG_H
#define __USB_SYS_LOG_H "$Id: log.h,v 1.4 2003/08/07 22:16:25 ben Exp $"

/* we do have file-based logging */
#define USB_LOG_FILE

/* where we put our logs */
#define USB_LOG_DIR "<USB$LogDir>"

#endif /* __USB_SYS_LOG_H */
