/* usb2/tt.h
 *
 * (c) 2003 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB2 - transaction translation information
 *
 * 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 __USB2_TT_H
#define __USB2_TT_H "$Id: tt.h,v 1.2 2003/10/17 10:55:28 ben Exp $"

/** USB2 - TT Flag - TT is shared between an whole hub */
#define USB2_TTFLG_SHARED           (0x01)


#endif /* __USB2_TT_H */

