/* driver/hid/usb/hid/joystick.h
 *
 * (c) 2003 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB HID Joystick driver
 *
 * $Id: joystick.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.
 *
*/

#ifndef __USB_HID_JOYSTICK_H
#define __USB_HID_JOYSTICK_H "$Id: joystick.h,v 1.3 2003/08/08 11:17:17 ben Exp $"

extern int hid_joystk_init(struct hid_dev *dev);

extern struct hid_report_proc_s hid_joystk_proc;


struct hid_state_joystk {
};

#endif /* __USB_HID_JOYSTICK_H */
