/* driver/hid/usb/hid/report-utils.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 * 
 * USB HID Report Descriptor utils
 *
 * $Id: report-utils.h,v 1.3 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.
 *
*/

/* document references from:
 *  'Device Class Definition for Human Interface Devices (HID)'
 *  version 1.11  27/6/01
*/

#ifndef __USB_HID_REPORT_UTILS_H
#define __USB_HID_REPORT_UTILS_H "$Id: report-utils.h,v 1.3 2003/08/08 11:17:17 ben Exp $"

extern int hid_report_enum_ids(struct hid_reports *reps, int start);
extern int hid_report_count_ids(struct hid_reports *reps);


#endif /* __USB_HID_REPORT_UTILS_H */
