/* usb/lib/time.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB Library: time types / functions
 *
 * $Id: time.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_TIME_H
#define __USB_LIB_TIME_H "$Id: time.h,v 1.3 2003/08/06 15:56:11 ben Exp $"

#include "usb/sys/time.h"

/** obtains the time in teh usb system
@return Time in usb system
 */
extern usb_time_t usb_time_cs(void);

#endif /* __USB_LIB_TIME_H */
