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

#define HID_PROTOCOL_KEYBOARD  (1)
#define HID_PROTOCOL_MOUSE     (2)
#define HID_PROTOCOL_NONE      (0)

#endif /* _USB_HID_COMMS_H */
