/* sys/usb-defs.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * RISCOS dependant usb definitions
 *
 * $Id: usb-defs.h,v 1.7 2003/08/07 22:16:25 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 __RISCOS_SYS_USB_DEFS_H
#define __RISCOS_SYS_USB_DEFS_H "$Id: usb-defs.h,v 1.7 2003/08/07 22:16:25 ben Exp $"

/* the base for the usb messages */

enum USB_WIMPSGS {
     USB_WIMPMSG_MSG = 0x55380
};

/** Base path for USB Device Drivers
*/
#define USB_DRIVER_BASE  "USBDeviceDriver:"

/** Filename to run when unknown device is attached
*/
#define USB_DRIVER_UKDEV "USBDeviceDriver:UKDevice"

#endif /* __RISCOS_SYS_USB_DEFS_H */
