/* usb/sys/time.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB System: system specific time functions / types
 *
 * $Id: time.h,v 1.3 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_TIME_H
#define __USB_SYS_TIME_H "$Id: time.h,v 1.3 2003/08/07 22:16:25 ben Exp $"

typedef unsigned int usb_time_t;

#endif /* __USB_SYS_TIME_H */
