/* usb/driver/hid/usb/hid/timer.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * HID Driver - timer functions
 *
 * $Id: timer.h,v 1.4 2003/08/08 11:17:17 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_HID_TIMER_H
#define __USB_HID_TIMER_H "$Id: timer.h,v 1.4 2003/08/08 11:17:17 ben Exp $"

extern void hid_dev_schedule(struct hid_dev *dev, int future);

#endif /* __USB_HID_TIMER_H */
