/* driver/hid/usb/hid/parser.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB HID Driver - Parser Interface
 *
 * $Id: parser.h,v 1.5 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_PARSER_H
#define __USB_HID_PARSER_H "$Id: parser.h,v 1.5 2003/08/08 11:17:17 ben Exp $"

extern struct hid_reports *hid_parse_descriptor(unsigned char *data,
                                                int len);

extern void hid_add_reports_item(struct hid_reports *to,
                                 struct hid_reports *item);

#endif /* __USB_HID_PARSER_H */
