/* driver/hid/usb/hid/external.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB HID - External driver definitions
 * 
 * $Id: external.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_EXTERNAL_H
#define __USB_HID_EXTERNAL_H "$Id: external.h,v 1.4 2003/08/08 11:17:17 ben Exp $"

struct hid_state_ext {
  void             *device;         /* device private word */
  void             *driver;         /* driver private word */
};

#endif /* __USB_HID_EXTERNAL_H */
