/* usb/lib/fast-access.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * fast access transaction routines
 *
 * $Id: fast-access.h,v 1.6 2003/08/06 15:56:11 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_FASTACCESS_H
#define __USB_LIB_FASTACCESS_H "$Id: fast-access.h,v 1.6 2003/08/06 15:56:11 ben Exp $"

/* this was duplicated from the following include file, removed
 * struct usb_fast_access_struct from here and included the other
 * file instead. */

/* note, this is system dependant anyway, and shouldn't be relied upon in
 * any portable code! */

#include "usb/sys/fastacc.h"

#endif /* __USB_LIB_FASTACCESS_H */
