/* usb/driver/riscos/hid/input/usb/hid/sys/utils.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * Utilities for USB HID  driver
 *
 * $Id: utils.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_SYS_UTILS_H
#define __USB_HID_SYS_UTILS_H "$Id: utils.h,v 1.4 2003/08/08 11:17:17 ben Exp $"

#define UNUSED(x) do { (x) = (x); } while(0)

#endif /* __USB_HID_SYS_UTILS_H */
