/* usb/lib/riscoserr.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * RISC OS error functions for USB system
 *
 * $Id: riscoserr.h,v 1.2 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 __USB_LIB_RISCOSERR_H
#define __USB_LIB_RISCOSERR_H "$Id: riscoserr.h,v 1.2 2003/08/07 22:16:25 ben Exp $"

extern _kernel_oserror *usblib_decode_result_riscoserr(int result);


#endif /* __USB_LIB_RISCOSERR_H */

