/* usb/list.h
 *
 * (c) 2002 Simtec Electronics
 *
 * T. Milius
 *
 * USB list implementation
 *
 * $Id: list.h,v 1.10 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_LIST_H
#define __USB_LIST_H "$Id: list.h,v 1.10 2003/08/06 15:56:11 ben Exp $"

/* list code removed in favour of linked lists of differing flavours */

#endif /* __USB_LIST_H */
